您的位置:首页 > Web前端 > JavaScript

JSP Learning Notes 2

2015-08-30 15:09 716 查看
Comments

Html Comments

-
<!--
and
-->


-If you want to check the content within the html comment characters, you need right-click on the page you opened and then choose inspect elements.

-Using html comments is not safe, because users can see the code 100%, and then they can understand fully though.

JSP Comments

-
<%--
and
--%>


-Existing in the server side, would not be sent to client side.

Java Comments

You can use java type comments whenever you want, because it fully support java grammar.

The content of this blog is summarized from jikexueyuan JSP courses.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: