摘要:
Traceback (most recent call last): File "D:\code_tool\spiderYesmro3\venv\lib\site-packages\urllib3\response.py", line 761, in _update_chunk_length sel 阅读全文
摘要:
复现: 解决: import re pattern_str = '共(.*?)件商品' result = re.findall(pattern_str, str(b'fsdf')) 总结: findall,第二个参数只能是字符串 阅读全文
摘要:
pandas 写Excel 时报错: ```python Traceback (most recent call last): File "D:\code_tool\spiderYesmro3\main.py", line 244, in main() File "D:\code_tool\spid 阅读全文