Jspx files and conditional comments

后端 未结 4 848
长情又很酷
长情又很酷 2021-01-03 04:30

I\'d like to create a web application using Spring and .jspx web pages.

My question is how can I put conditional commentaries for IE in jspx? They seem to be not int

4条回答
  •  耶瑟儿~
    2021-01-03 05:01

    According to the JSP 2.0 specification, section 1.5.2, comments in jsp documents are ignored:

    Comments in JSP documents use the XML syntax, as follows:

    ]]>

提交回复
热议问题