新增加载条动画,新增错误页面展示

This commit is contained in:
2021-02-09 17:31:40 +08:00
parent 6b27df0eca
commit 5be007a9a9
10 changed files with 119 additions and 11 deletions

View File

@ -0,0 +1,12 @@
<html lang="zh-CN">
<p id='p'>hello world</p>
<button onclick="VoiceEngine.startSpeaking('js调用安卓方法')">调用安卓方法</button>
<script>
function render(result){
result+="<br/>"
document.getElementById("p").innerHTML += result
}
</script>
</html>