三種 include page 的差別

基本的小常識,但每次都會忘記~~~ :oops:

[color=red]<%include file="a.jsp"%>[/color]
是在編譯時加入,所謂靜態,就是在編譯的時候將a.jsp的代碼加入進來在編譯,之後運行.

[color=red]<jsp:include page="a.jsp"/>[/color]
是在運行時加入,所謂動態,就是單獨編譯,在運行時候加入進來,之後顯示,這種include,可以傳遞參數.

[color=red]<bean:include id="includedPage" page="a.jsp" />
<bean:write name="includedPage" filter="false" />[/color]
和jsp:include差不多,但印象中有不可取代的地方,不過忘了.....

想起來了:
[color=red]<bean:include id="includedPage" page="test.do/method=aa" />
<bean:write name="includedPage" filter="false" />[/color]
如果一定得用struts的forward方式來include,那就得這樣用了!!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值