Javascript中window.open target 跳轉

target="_parent"   用   parent.locaton.href   

target="_top"  用   top.location.href

target="其它"  用   window.open("000000.htm","target的值");

window.location.href=""
 
相關文章
相關標籤/搜索