Including JS files (JQuery) in JSPX files

前端 未结 1 1462
甜味超标
甜味超标 2021-01-12 06:22

I\'m creating a dynamic web project in Eclipse (almost from scratch) and I created a JSPX file where I put

...


        
1条回答
  •  Happy的楠姐
    2021-01-12 07:20

    JSPX has the quirky behaviour that it auto-collapses tags without body. So effectively

    
    
    
    

    will end up in browser as

    
    
    
    

    0 讨论(0)
提交回复
热议问题