弹来弹去跑马灯!

Wild Dog sample [sync data]

test wilddog

JSON 数据树:


test-get.html:

输入 appId : https://.wilddogio.com


JSON 数据树:

test-set.html

输入 appId : https://.wilddogio.com


JSON 数据树:


script:
----------------------------------


function onValue2() {
var appId = document.getElementById("appId").value;
var url = "https://" +appId+ ".wilddogio.com/msg/m";
var ref = new Wilddog(url);
ref.set({
"name" : "Jack Bauer",
"age" : 32,
"location" : {
"city" : "beijing",
"zip" : 100000
}
});

}

posted @ 2016-09-02 17:12  wgscd  阅读(255)  评论(1)    收藏  举报