摘要: 1 alert('xx'); //弹出警告框 2 console.log("xx"); //在控制台中输出 3 var a=prompt("请输入信息");//弹出输入的对话框 4 console.log(a); 5 console.log(typeof a); //输出a变量的类型 6 console.... 阅读全文
posted @ 2018-09-25 20:54 狮子座的尾巴 阅读(103) 评论(0) 推荐(0) 编辑