2019年5月7日
摘要: 问题1:python语法错误 错误日志如下: print(a[2]) ^IndentationError: unexpected indent 【解决方案】:缩进代码错误导致,将print的缩进往前靠近即可 问题2:pip安装selenium 报错Traceback (most recent cal 阅读全文
posted @ 2019-05-07 21:41 陌生初见 阅读(363) 评论(0) 推荐(0)
摘要: 配置好代理服务器后,运行代理服务器 run 报错: target controller is configured to "use recording Controller" but no such controller exists,ensure you add a Recording Contr 阅读全文
posted @ 2019-05-07 17:40 陌生初见 阅读(4463) 评论(0) 推荐(1)