jsp的include标签使用,jspinclude标签,jsp include用
分享于 点击 48013 次 点评:73
jsp的include标签使用,jspinclude标签,jsp include用
jsp include用来在一个页面中插入另外一个jsp页面:
<jsp:include page="/server1/simplepage.jsp" flush=true/>page参数是相对路径flush是指定是否要马上flush
jsp include用来在一个页面中插入另外一个jsp页面:
<jsp:include page="/server1/simplepage.jsp" flush=true/>page参数是相对路径flush是指定是否要马上flush
用户点评