摘要: 1. 代码 import re import scrapy from Fang.items import esf_FangItem class ExampleSpider(scrapy.Spider): name = 'example' allowed_domains = ['www.fang.co 阅读全文
posted @ 2020-03-20 17:16 10132714 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1. 格式 re.sub(pattern, repl, string, count=0, flags=0) 前三个参数必填 第一个是所要替换的字符 第二个是替换后的字符 第三个是需要被执行替换的那个字符串 例:re.sub(r "\s", "000", str) 意思是将str里面的所有“\s”(代 阅读全文
posted @ 2020-03-20 16:12 10132714 阅读(2123) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-20 11:20 10132714 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-20 10:51 10132714 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-20 10:34 10132714 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-20 10:29 10132714 阅读(0) 评论(0) 推荐(0) 编辑