«

layer弹窗

发布于 阅读:155 HTML


function ListOcostCenter() {
layer.open({
type : 2,
title : "部门列表",
area : [ "80%", "85%" ],
content : "jsp/ListOcostCenter.jsp",
end : function() {
}
});

};

javascript