骄傲的赛亚人

2019年12月5日

用python正则表达式提取字符串

摘要: 转自:https://www.cnblogs.com/qkloveslife/p/9269553.html 阅读全文

posted @ 2019-12-05 16:47 骄傲的赛亚人 阅读(473) 评论(0) 推荐(0) 编辑

beautiful soup解析html获得数据

摘要: 转自https://blog.csdn.net/i_chaoren/article/details/63282877 https://blog.csdn.net/liugaoxingliushi/article/details/87899448 阅读全文

posted @ 2019-12-05 16:42 骄傲的赛亚人 阅读(126) 评论(0) 推荐(0) 编辑

列表字符串互转

摘要: 1. 字符串转列表 str1 = "hi hello world" print(str1.split(" "))输出:['hi', 'hello', 'world'] 2. 列表转字符串 l = ["hi","hello","world"] print(" ".join(l))输出:hi hello 阅读全文

posted @ 2019-12-05 16:32 骄傲的赛亚人 阅读(194) 评论(0) 推荐(0) 编辑

导航