>  Q&A  >  본문

아무 것도 뜨지 않아요

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>문서</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%; 높이:50px; 배경색:  #2e6da4; 줄 높이: 50px;}

.header_conter{margin:0px auto; 너비:80px; 높이: 50px; 배경색:  #2e6da4;색상:#fff; 글꼴 크기: 21px;줄 높이:50px;디스플레이: 블록; border-color:#2e6da4;}

</style>

</head>

<body>

<div>

<button onclick="add1()">加表格</버튼> </div>


<script type="text/javascript">

layui.use(['layer'] function () {

layer=layui.layer;

$=layui .jquery;

})

function add1() {

layer.open({

            유형: 2, 

            제목:'내 취향',

           480px','120px'] ,

            콘텐츠: 'add.html' ,

})


}; 

</script>

</body>

</html>


hg199hg1992094일 전1170

모든 응답(3)나는 대답할 것이다

  • Time

    Time2019-02-20 17:37:02

    안녕하세요. 아래

    layer.open({})에 html 파일의 경로를 추가해야 합니다

    예를 들어 suorg에 html 파일을 넣으면 경로는 content: 'suorg/aler. html'


    회신하다
    0
  • hg199

    쉼표가 빠졌네요

    hg199 · 2019-02-21 21:41:54
  • 취소회신하다