开发者

What is the JSCC.get ... init?

I want to build such a structure. Json data looked at Facebook.com. I face the following code in the output. JSCC.get here .... init how it works. Do not help me in this ma开发者_Python百科tter?

"onload"    :["JSCC.get('/j4e7daf70e8d78540345959110').init(HTML(\"\\u003cdiv ........


Solved!

    .....
    JQuery Ajax Text Code
    .....

    eval(json.onload)

    var JSCC = {
       get : function(){},
       init: function(){}

    }

$.extend(JSCC);


JSCC appears to be some Facebook-internal API. There doesn't seem to be anything published about it, which means that it's most likely proprietary, and can't be legally used by anyone except Facebook.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜