摘要: js - script标签的for属性和event属性 <script language="javascript" for="window" event="onload"> alert("hello word!"); </script> // for 属性指定脚本执行对象(给谁用的) // even 阅读全文
posted @ 2022-09-07 16:20 zc-lee 阅读(393) 评论(0) 推荐(2) 编辑
摘要: js - console 参考资料 JavaScript Console 对象 Node.js console.debug()用法及代码示例 nodejs.org console.log输出字体颜色 5分钟教你使用 console.log 输出五彩斑斓的黑 Console 对象方法 assert() 阅读全文
posted @ 2022-09-07 16:17 zc-lee 阅读(124) 评论(0) 推荐(0) 编辑