how to call file in to jsp?

后端 未结 1 499
孤独总比滥情好
孤独总比滥情好 2021-01-28 19:27

This my JSP page.

<%@ page language=\"java\" contentType=\"text/html; charset=ISO-8859-1\"
        pageEncoding=\"ISO-8859-1\" %>


    

        
1条回答
  •  庸人自扰
    2021-01-28 20:11

    Inside you have wrote <%= link.callconst()%>

    
    
        
    
        <%= link.callconst()%>
    
        
    
        
    

    Use this

    
    
        
    
         <%= link.callconst()%>
        
    

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