ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 模板注释 js注释: ```html <script> /* js注释*/ </script> ``` css注释 ```html <style> /*css注释*/ </style> ``` html注释 ```html <div> <!--html注释--> </div> ``` php标签里的注释 ```html <php> /*一定要用这个方法,用//会在debug关时出问题*/ </php> ```