- 博客(2)
- 收藏
- 关注
原创 [python] matplotlib 中文汉字 更改字体
引用出自:http://www.360doc.com/content/14/0713/12/16740871_394080556.shtml font_manager.py
2019-08-20 23:00:39 813
原创 [python] raw string,反斜杠\,re Lib
import re print('\ a:{}个字符,\\a:{}个字符'.format(len('\ a'),len('\a'))) #结果: \ a:3个字符,\a:1个字符 match1 = re.findall('\\\\','\ a') match2 = re.findall('\\\\','\a') match3 = re.findall('\\a','\a') print(mat...
2019-04-21 20:36:35 299
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人