52,780
社区成员
发帖
与我相关
我的任务
分享
items: [{
title: '网页',
html: '<iframe id=main src="http//:www.baidu.com/" width=100% height=100% ></iframe>'
tabpanel的items中默认是panel对象
items: [{
title: '网页',
html: '<iframe id=main src="http//:www.baidu.com/" width=100% height=100% ></iframe>'
这样应该是可以的,你页面是jsp的把,是不是默认加根路径了
如:<base href="<%=basePath%>">,去掉这样
也可以用
items: [{
title: '网页',
autoLoad: "http//:www.baidu.com/"
}]