11 2018 档案

摘要:常规的一些正则匹配 常规的一些正则匹配 \[ 匹配 "["括号 \.匹配 点. \.?表示.出现1次或者0次 "[a-zA-Z]*" 正则匹配只含英文的字母 subn函数 subn函数 re.subn('\[',"",rawstring) 将rawstring中符合正则匹配"\["的全部替换成"" 阅读全文
posted @ 2018-11-29 13:59 simple_wxl 阅读(231) 评论(0) 推荐(0) 编辑
摘要:当使用urllib.request.urlopen打开包含中文的链接时报错: from urllib import request url = 'https://baike.baidu.com/item/糖尿病'response = request.urlopen(url)提示错误:UnicodeE 阅读全文
posted @ 2018-11-14 13:54 simple_wxl 阅读(13543) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示