1、Python2中:from ConfigParser import ConfigParser
Python3中:from configparser import ConfigParser
2、Python2中->Python3 :print ('Hello World'') 也就是要加括号
3. Python2中抓取网页用 import urllib2 Python中 import urllib.request
更新中...