阅读(1757) (0)

模板注释

2016-02-24 15:44:14 更新

模板注释

上一页下一页

js注释:

<script>
/* js注释*/
</script>

css注释

<style>
/*css注释*/
</style>

html注释

<div>
<!--html注释-->
</div>

php标签里的注释

<php>
/*一定要用这个方法,用//会在debug关时出问题*/
</php>

上一页下一页