Python3的urllib.parse常用小结(urlencode,quote,quote_plus,unquote,unquote_plus) 支付宝使用
支付宝支付签名字符串在签名sign时,用到了data是字典里面存放要传给支付宝的数据python2与python3导入urllib时有差别需要注意查看urllib库python2和python3具体区别fromurllib.parseimportquote_plusdefsign_data(self,data):data.pop("sign",None)#排序后的字符串unsigned_items