Wah Lau Web developer, I like reading and explore the internet, so I have collected queit a few notes in my blog. 如何对代码进行注释 不同编程语言有不同的方式进行注释,本文将举例说明 在你的代码中添加注释是一个很好的做法,因为它使你的代码更具有可读性,易于理解。 注释不会运行,因为它们会被编译器和解释器忽略。 总结起来,基本就是 // # /** */ <!----> ,实在不行,遍历 (逃) → 继续阅读需要: 2 min 2023.12.21 on Notes