layer.open({
type: 1,//模態窗種類
skin: "layui-layer-rim",
title: "編輯信息",
area: ["400px", "500px"],
maxmin: true,
//拼接字符串自定義名稱
content: '<div><input type="text" name="Name"><input type="button" value="提交" onclick="add()" /></div>'
});
layer.open({
type: 2,//模態窗種類
skin: "layui-layer-rim",
title: "編輯信息",
area: ["400px", "500px"],
maxmin: true,
//拼接字符串自定義名稱
content: '/Student/Add'//要加載的頁面路徑
});
window.parent.location.reload();//關閉當前頁