网页跳转

 

 

//新sheet打开
var c = window.open("https://www.baidu.com/");
alert("打开了百度");

////当前界面打开
//window.location.href = "https://www.baidu.com/";

 

posted @ 2019-04-11 16:11  人生为卒  阅读(160)  评论(0编辑  收藏  举报