【发布时间】:2014-12-26 22:33:56
【问题描述】:
我需要填写邮政编码字段并在之后提交我需要按照响应网址进行操作。任何人都请帮忙,如果我可以通过机械化python做到这一点,我很困惑?还是只用 python ?
<div id="zipHorizontal" class="zipIn zipIn-error">
Enter <b>ZIP code</b> to see price.
<input type="text" max="5" name="zipcode_lst" maxlength="20" class="error">
<button type="submit" class="button secondary"><span>Submit</span></button>
</div>
【问题讨论】:
-
你有没有尝试解决它?如果是,请显示您目前拥有的代码以及您遇到了什么问题。
标签: python beautifulsoup mechanize