标签:
url编码
1 import urllib 2 str = raw_input("str:") 3 print urllib.quote(str)
Python笔记
原文地址:http://www.cnblogs.com/cjhs/p/5764497.html