看板
[ Python ]
討論串[問題] httplib putrequest POST 要如何指定表格
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
感謝建議 不過我讀了一下還是沒很懂…. 可能我問題沒有很清楚 我描述清楚一點. 如果 form 長這樣. <form name="form1" method="post" action="action.php">. Telephone:. <input type="text" name="telep
(還有549個字)
內容預覽:
import urllib. params = urllib.urlencode({'telephone': '0933123456'}). result = urllib.urlopen('http://example.com/action.php', param). print(result).
(還有42個字)
首頁
上一頁
1
下一頁
尾頁