mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
13 lines
289 B
HTML
13 lines
289 B
HTML
<html>
|
|
<head>
|
|
<title>node test</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<button onclick="location.reload();">刷新</button>
|
|
<script>
|
|
require('./wcc_test')
|
|
require('./wcsc_test')
|
|
</script>
|
|
</body>
|
|
</html> |