摘要: 注意:Python3.X 的print要有括号, Python 2.x的不需要放上学习时写的例子:import rem = re.match(r'(\w+) (\w+)(?P.*)', 'hello world!')print("m.string:", m.string)print("m.re:",... 阅读全文
posted @ 2015-10-02 23:05 匡子语 阅读(281) 评论(0) 推荐(0)