You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
467 B
23 lines
467 B
3 years ago
|
<!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>
|