在项目中我们设置了一个网友点击下载提示输入邮箱的功能, 如果输入的邮箱正确格式就可以下载样本,这是需要新开窗口而不是把原窗口给关闭了.这时我们需要window.open函数
window.open(url, [name], [configuration])
window.open(\"index.html\",\"newWindow\",\"menubar=0,scrollbars=1, resizable=1,status=1,titlebar=0,toolbar=0,location=1\");