摘要: 一:跳转到新页面,并且是在新窗口中打开时: function gogogo() { //do someghing here... window.open("test2.html"); } 二:就在本页面窗口中跳转: function totest2() { window.location.assig 阅读全文
posted @ 2020-11-05 23:02 孙淡策 阅读(7233) 评论(0) 推荐(0)