ERB 注释中的 '<%#' 和 '<%#=' 有什么区别?

What is the difference difference between '<%#' and '<%#=' in ERB comments?

代码在 HTML 个注释标签 (<!-- some comment -->) 内执行,而 <%# %> 作为注释。除此之外,"best way to add comments in erb"说有两种选择:一种是用=符号,即<%#= %>,但没有说区别。两者有什么区别?


编辑:更正了我在此处粘贴的代码,使其与引用的 link

中的相同

感谢 'max pleaner' 和 'mu is too short' 在评论中的回答。

两者都是注释,但“=”符号表示此注释是在 window 之前呈现的,但作者决定将其注释掉。这样,编码人员只需一次删除即可返回并撤消操作。