AttributeError: module 'urllib' has no attribute 'urlencode'

python3使用urlencode():

  urllib.urlencode()
  报错:AttributeError: module 'urllib' has no attribute 'urlencode'
  
  改成urllib.parse.urlencode() ;

posted on 2018-03-21 15:37  RUI.Z  阅读(2494)  评论(0编辑  收藏  举报

导航