mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
16 lines
344 B
HTML
16 lines
344 B
HTML
<html>
|
|
<head>
|
|
<title>node test</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<button onclick="location.reload();">刷新</button>
|
|
<pre id="result">
|
|
|
|
</pre>
|
|
<!-- <script src="index.js" ></script> -->
|
|
<script>
|
|
require('./index')
|
|
</script>
|
|
</body>
|
|
</html> |