// 这是单行注释 _console.log("hello") // 这也是单行注释 /* 多行注释 可以跨越两行 */ _console.log("hello") /* 多行注释 也可以放在行尾 */ _console.log(1 /* 一 */ + 2 /* 二 */)