jstl (proxy) ... from urllib.parse import urlencode form = { 'name': 'jhpark', ... 'phone': '010-1111-2222'} encform = urlencode(form) ...
確定! 回上一頁