/ 不會被編碼的問題:
>>> import urllib
>>> urllib.quote('/test')
'/test'
>>> urllib.quote('/test', '')
'%2Ftest'
>>> urllib.quote('\n', '')
'%0A'
>>> urllib.quote('\r', '')
'%0D'
ref:
http://stackoverflow.com/questions/1695183/how-to-percent-encode-url-parameters-in-python
沒有留言:
張貼留言
使用 google 的 reCAPTCHA 驗證碼, 總算可以輕鬆留言了。
我實在受不了 spam 了, 又不想讓大家的眼睛花掉, 只好放棄匿名留言。這是沒辦法中的辦法了。留言的朋友需要有 google 帳號。