python正则匹配1. 匹配字符串中的一个百分比数字import ret = 'yuchen is a very lovely girl. 5.568% company ltd.'match = re.search(r&q8月前310