开发者

What is the JSCC.get ... init?

开发者 https://www.devze.com 2023-04-08 16:37 出处:网络
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?

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

精彩评论

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

关注公众号