These commands do what you want (using Python 2): python -c "import urllib, sys; print urllib.quote(sys.argv[1])" æ python -c "import urllib, sys; ...
確定! 回上一頁