export 语法测试edit icon

创建者:
笔.COOL官方
Fork(复制)
下载
嵌入
BUG反馈
index.html
app.js
config.js
index.html
            
            <!DOCTYPE html>
<html lang="zh">
<head>
  <meta charset="UTF-8" />
  <script type="module" src="./app.js"></script>
</head>
<body>
  <h1>Hello</h1>
</body>
</html>
        
编辑器加载中
预览
控制台