聆客开放平台

# onReady

页面dom结构加载完成后的事件,类似zepto.js 的 $(function(){...})。

# 输入

# 输出

# 示例代码

app.page.onReady=function(){
    app.hint("页面dom结构加载完成");
}