昨天不好使今天又生效了日....但是和答案有差别
<script type="text/javascript">
function openWindow(){
var ts=prompt("是否打开?","http://www.imooc.com");
if(ts!=null)
window.open(ts,"_blank","width=400px,height=500px,menubar=no,toolbar=no");
}
<script type="text/javascript">
function openWindow(){
var ts=prompt("是否打开?","http://www.imooc.com");
if(ts!=null)
window.open(ts,"_blank","width=400px,height=500px,menubar=no,toolbar=no");
}
2018-11-04
举报