摘要:
javascript的组成:ECMAScript和WebAPIs(DOM、BOM) 注释: ctrl+/单行注释 shift+alt+a块注释 js的输入输出语法: 输出document.weite("hello")//可以带标签,在body内输出alert('alert')//弹窗警告consol 阅读全文
摘要:
超链接 <a herf="" target=""></a>//target有两种模式_self(原窗口,默认)和_blank(新窗口) 超链接+锚点 <a herf="#momo">标题</a><h1 id="momo">详情内容</h1> 常用特殊字符 大于 > 小于 < 空格   阅读全文