function openWin(url,winName) { var win = window.open(url); /** * 这里可能窗口未加载完成, * 无法改变document.title, * 所以使用循环设置 **/ while(true) {
確定! 回上一頁