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