摘要: Urllib库详解 Python内置的Http请求库: urllib.request 请求模块 urllib.error 异常处理模块 urllib.parse url解析模块 urllib.robotparser robots.txt解析模块 相比在python2基础上的变化 Python2 Py 阅读全文
posted @ 2018-11-26 18:12 cicarius 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 名称 关键字 调用的js 说明 AppleScript applescript shBrushAppleScript.js ActionScript 3.0 actionscript3 , as3 shBrushAS3.js Shell bash , shell shBrushBash.js Col 阅读全文
posted @ 2018-11-26 17:50 cicarius 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 原装requests >>> import requests >>> response = requests.get('http://www.baidu.com') >>> response.text 打印源代码 >>> res 阅读全文
posted @ 2018-11-26 08:30 cicarius 阅读(202) 评论(0) 推荐(0) 编辑