问题
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