Jspx files and conditional comments

后端 未结 4 758
长情又很酷
长情又很酷 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:05

    For HTML 5 compatibility using the htmlshiv imports are correct. Make sure you have the conditional imports inside the head tags. This has nothing to do with jstl.

        
        //Other imports
        
        
    

提交回复
热议问题