最赞回答 / Dust丿星辰
<!DOCTYPE html><html> <head><script type="text/javascript"> function openWindow(){ if(confirm("请确认打开窗口"))//confirm的返回值是一个bool量,故可以直接写在if条件里 { window.open( prompt("请确认网址","http://www.imooc.com/"),'_blank','width=400,height=500...
2019-10-16
最新回答 / Miu69
可以将每个函数中变量的定义取出来,直接在<script>下面一行定义一个总变量(如:var mycon=document.getElementById("con");)
2019-10-15