第一種:建立一個form表單,通過表單提交來實現新分頁開啟。 var form = document.createElement('form'); form.action = 'www.baidu.com?id=1'; ...
確定! 回上一頁