gpt4 book ai didi

javascript - all.js :23 Uncaught SyntaxError: Unexpected token =

转载 作者:行者123 更新时间:2023-11-30 09:01:14 26 4
gpt4 key购买 nike

我收到这个错误
all.js:23 Uncaught SyntaxError: Unexpected token =

对于这段代码。它在几个小时前就开始工作了……也许是 facebook 的一个临时错误

<script>
console.info("Init Facebook...")
window.fbAsyncInit = function () {
FB.init({
appId:'1234567890'
status:true, // check login status
cookie:true, // enable cookies to allow the server to access the session
xfbml:true // parse XFBML
});

console.info("Facebook SDK running!")
};

// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>

最佳答案

暂时切换到 de_DE。目前一切正常。

js.src = "//connect.facebook.net/de_DE/all.js";

关于javascript - all.js :23 Uncaught SyntaxError: Unexpected token =,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9149509/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com