Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在输出文件中的 html 标记末尾添加翡翠注释。
例子:
<div class="header"> .... </div> <!-- ./this comment -->
可能不是一个好主意。但如果你真的想要它,只需在 div 之后添加注释即可。它不会与</div>. 它会向管道发送更多的 html,因此我不建议将其用于生产用途。
</div>
.header hello //./header
如果您使用//-注释,它不会进入浏览器的视图源。对私人评论很有用。
//-