學習中……
function openWindow(){
? ? ? ? var ifprompt=prompt("是否打開新窗口?","www.xianlaiwan.cn");
? ? ? ? if(ifprompt!=null){
? ? ? ? ? ? window.open('http://'+ifprompt,'_black','width=400,height=500');
? ? ? ? }else{
? ? ? ? ? ? return;
? ? ? ? }
? ? }
function openWindow(){
? ? ? ? var ifprompt=prompt("是否打開新窗口?","www.xianlaiwan.cn");
? ? ? ? if(ifprompt!=null){
? ? ? ? ? ? window.open('http://'+ifprompt,'_black','width=400,height=500');
? ? ? ? }else{
? ? ? ? ? ? return;
? ? ? ? }
? ? }
2016-01-05
舉報
2016-01-05
連著兩個== 是什么意思
2016-01-05
請問有什么問題嗎