摘要:
import restring = "The quick brown fox jumps over the lazy dog."a_list = string.split()pattern = re.compile(r'THE',re.I) count = 0 for word in a_list: 阅读全文
posted @ 2018-12-06 16:10
上山打老虎下山采蘑菇
阅读(198)
评论(0)
推荐(0)

浙公网安备 33010602011771号