How to write multi line comments in classic asp?

前提是你 提交于 2019-12-13 08:39:24

问题


How to comment multiple lines of code in classic asp at once?I have tried using ' for every line that I want to comment.But, that is not the best way to do I believe.Can someone help me on this?


回答1:


Use this:

<!-- METADATA  
  comment
-->


来源:https://stackoverflow.com/questions/33143094/how-to-write-multi-line-comments-in-classic-asp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!