#! /usr/bin/env python # encoding=utf8 import webbrowser import time webbrowser.open("http://www.baidu.com") # wait a while, and then go to another page time.sleep(5) webbrowser.open("http://www.taobao.com") webbrowser 模块提供了一个到系统标准 web…
1.使用网页中<a href=.....></a>实现跳转: 2.<form action="php_request2.php" method="post"></form> 中form中的属性action指定咯跳转的路径,方法为post,值得注意的是,表单中的name属性有了用武之地,表单中name的值,必须和 接收方式post或者get中一致! 3.例如 function test(){ var u = docume…