摘要:
用IDLE打开这个文件,然后按F5,系统就自动开始运行这个python程序,然后当前运行目录就跳转到这个目录了 阅读全文
摘要:
#encoding=utf8import urllibimport urllib2import sys sys.path.append('D:/python/beautifulsoup')sys.path.append('C:/Python27/Lib/site-packages')from bs4 阅读全文
摘要:
import urllib as requestimport sys sys.path.append('E:/software/python/beautifulsoup4-4.5.3') // 这里要引在本地安装的的beautifulsoup4,其作用看本python类博客sys.path.appe 阅读全文