获取当前页面的地址。
继承标准对象输入,无扩展属性
继承标准对象输入
app.getCurrentUri(function(result){ $("#result").html("返回值类型:"+typeof(result)+" 结果:"+ JSON.stringify(result)); });
← getPageParams load →