页面跳转: window.location.href('地址') window.open('地址', '_self') 打开新窗口: window.open('地址', '_blank') 只显示地址栏:window.open('地址', 'title', 'location=1, height=200, width=500') 只显示状态栏:window.open('地址', 'title', 'status=1') 只显示工具栏:window.open('地址', 'title', 'too…