2016年8月23日

自学日记--JavaScript 001

摘要: 1.1输出内容: document.write(); 1.2警告语句: alert(); 1.3确认语句: comfirm(str); 返回值:boolean 确认返回true 取消返回false; 1.4提问语句: prompt(str1,str2); 返回值:文本框输入的内容 参数str1为提问 阅读全文
posted @ 2016-08-23 10:36 贱笑贱笑 阅读(129) 评论(0) 推荐(0)