87,989
社区成员
发帖
与我相关
我的任务
分享function dakai(ID)
{
var pop=new Popup({ contentType:1,isReloadOnClose:false,width:400,height:200});
pop.setContent("contentUrl","<%=path %>/新页面.jsp?ID="+ID);
pop.setContent("title","新页面");
pop.build();
pop.show();
}