聆客开放平台

# getCurrentUri

获取当前页面的地址。

# 输入

继承标准对象输入,无扩展属性

# 输出

继承标准对象输入

# 示例代码

app.getCurrentUri(function(result){
    $("#result").html("返回值类型:"+typeof(result)+" 结果:"+ JSON.stringify(result));
});