摘要: 1.python如何通过正则表达式一次性提取到一串字符中所有的汉字 https://blog.csdn.net/py0312/article/details/93999895 说明:字符串前的 “ r ”表示 " \ "不进行转义 2.匹配的时候要注意贪婪匹配和非贪婪匹配的问题,以及正则表达式的语法 阅读全文
posted @ 2020-03-09 17:16 徐阶 阅读(1636) 评论(0) 推荐(0) 编辑
摘要: 1.python关于字典如何式化地写入文件之中 如何写入:https://blog.csdn.net/qq_15642411/article/details/79943741 (推荐使用json包) 参看:https://blog.csdn.net/lly1122334/article/detail 阅读全文
posted @ 2020-03-09 17:10 徐阶 阅读(2225) 评论(0) 推荐(0) 编辑