python3使用urlencode():
urllib.urlencode()
报错:AttributeError: module 'urllib' has no attribute 'urlencode'
改成urllib.parse.urlencode() ;
python3使用urlencode():
urllib.urlencode()
报错:AttributeError: module 'urllib' has no attribute 'urlencode'
改成urllib.parse.urlencode() ;
转载于:https://www.cnblogs.com/RUI-Z/p/8617409.html