new
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cn">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Server</title>
|
||||
<script src="../../../res/yl.app.js"></script>
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Server</h1>
|
||||
<script>
|
||||
YLApp.onReady(function () {
|
||||
// YLApp.eval('import',null,function (data) {
|
||||
//
|
||||
// })
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cn">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Server</title>
|
||||
<script src="../../../res/yl.app.js"></script>
|
||||
<style>
|
||||
body{background-color: white}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Server</h1>
|
||||
<script>
|
||||
YLApp.onReady(function () {
|
||||
var json=
|
||||
|
||||
YLApp.eval('import',null,function (data) {
|
||||
console.log(YLApp.id,data)
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user