摘要:
1. 代码 import re import scrapy from Fang.items import esf_FangItem class ExampleSpider(scrapy.Spider): name = 'example' allowed_domains = ['www.fang.co 阅读全文
摘要:
1. 格式 re.sub(pattern, repl, string, count=0, flags=0) 前三个参数必填 第一个是所要替换的字符 第二个是替换后的字符 第三个是需要被执行替换的那个字符串 例:re.sub(r "\s", "000", str) 意思是将str里面的所有“\s”(代 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文