在Python3.x环境中导入urllib报错,根本原因是模块被拆分且命名空间变更,需将importurllib替换为importurllib.request或importurllib.parse,并避免使用已废弃的urllib2(...