1 Star 0 Fork 1

飘零雪/layui-learn-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
shenhuanjie 提交于 2019-11-18 12:11 +08:00 . commit # 提交文件
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>开始使用layui</title>
<link href="./layui/css/layui.css" rel="stylesheet">
</head>
<body>
<!-- 你的HTML代码 -->
<script src="./layui/layui.js"></script>
<script>
// 一般直接写在一个js文件中
layui.use(['layer', 'form'], function () {
const layer = layui.layer, form = layui.form;
layer.msg('Hello World');
})
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhenggb2010/layui-learn-example.git
git@gitee.com:zhenggb2010/layui-learn-example.git
zhenggb2010
layui-learn-example
layui-learn-example
master

搜索帮助