mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
15 lines
370 B
Java
15 lines
370 B
Java
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>wangEditor 使用 AMD 加载</title>
|
|
</head>
|
|
<body>
|
|
<p>wangEditor 使用 AMD 加载</p>
|
|
<div id="div3">
|
|
<p>欢迎使用 wangEditor 富文本编辑器</p>
|
|
</div>
|
|
|
|
<script data-main="./test-amd-main.js" src="//cdn.bootcss.com/require.js/2.3.3/require.js"></script>
|
|
</body>
|
|
</html> |