昨天不好使今天又生效了日....但是和答案有差別
? <script type="text/javascript"> ?
? ? function openWindow(){
? ? ? ? var ts=prompt("是否打開?","http://idcbgp.cn");
? ? ? ? if(ts!=null)
? ? ? ? ? window.open(ts,"_blank","width=400px,height=500px,menubar=no,toolbar=no");
? ? }
2018-11-04
還有就是你if語(yǔ)句少了個(gè)花括號(hào){
2018-11-04
?function openWindow(){
var shifou = confirm("是否打開");
? ? if( shifou == true){
? ? ? ? window.open('http:idcbgp.cn/','width=400px,height=500px,menubar=no,toolbar=no');
? ? }
}