アクセスするwww.sampleweb.com/reg/
と、 のような入力値があります。
<input id="input-id" class="input-class" name="myinput" type="text" value="hello world">
Python を使用して の入力のhello world
値を取得するにはどうすればよいですか?www.sampleweb.com/reg/
へのアクセス www.sampleweb.com/reg/
は次のようになると思います:
url = 'http://www.sampleweb.com/reg/'
urlopen(url)
URLにアクセスするのはこれで正しいですか?
誰かが私のケースについて私を助けることができますか?
前もって感謝します ...