Heim > Fragen und Antworten > Hauptteil
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel ="stylesheet" type="text/css" href="../static/plugins/layui/css/layui.css">
<script type="text/javascript" src="../static /plugins/layui/layui.js"></script>
<style type="text/css">
.header{width:100%; Höhe:50px; Hintergrundfarbe: #2e6da4; Zeilenhöhe: 50px;}
.header_conter{margin:0px auto; Breite:80px; Höhe: 50px; Hintergrundfarbe: #2e6da4;color:#fff; Schriftgröße: 21px;Zeilenhöhe:50px;Anzeige: Block; border-color:#2e6da4;}
</style>
</head>
<body>
<div>
<button onclick="add1()">加表格</button> </div>
<script type="text/javascript">
layui.use(['layer'] function () {
layer=layui.layer;
$=layui .jquery;
})
function add1() {
layer.open({
type: 2,
title:'我的增加',
Bereich :['480px','120px'] ,
Inhalt: 'add.html' ,
})
};
</script>
</body>
</html>
Time2019-02-20 17:37:02
你好,在下方
layer.open({})中要添加 html文件的路径
比如我把文件这个html文件放在了suorg中 路径就是 content: 'suorg/aler.html'