因为 from urllib 是python2的导入方式
在python3中将 from urllib import urlencode 中的 “urllib” 改为 “urllib.parse” 就可以了