How to comment/uncomment in HTML code

前端 未结 11 1809
名媛妹妹
名媛妹妹 2020-12-28 13:39

Often while coding view templates in html, my habit of adding some helpful comments causes lots of time-consuming effort while testing.

Consider this code...

11条回答
  •  悲哀的现实
    2020-12-28 13:57

    I find this to be the bane of XML style document commenting too. There are XML editors like eclipse that can perform block commenting. Basically automatically add extra per line and remove them. May be they made it purposefully hard to comment that style of document it was supposed to be self explanatory with the tags after all.

提交回复
热议问题