mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 09:54:11 +00:00
6 lines
171 B
HTML
6 lines
171 B
HTML
|
<div>
|
||
|
<button onclick="queryDataFromContract()">Hello</button>
|
||
|
Data from contract:
|
||
|
<span id="resultText"></span>
|
||
|
<script fromContract="{{/html/hello.js}}"></script>
|
||
|
</div>
|