JavaScript (Day2) 一只聪明漂亮的小可爱 2023-05-11 18 阅读1分钟 注释与规范 分类 单行注释 快捷键:Ctrl+/ // alert('hello world') 多行注释 快捷键:Ctrl+Shift+/ /* alert('hello world') alert('hello world') alert('hello world') alert('hello world') */ 规范 句末分号 :可加可不加,建议不加 合理使用Tab键