<!--Load scripts for Facebook scraper-->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '154617751273927',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
在評論中使用「scraper」這個詞是什麼意思?這看起來像一個異步功能,它是http://connect.facebook.net/en_US/all.js以下JavaScript代碼涉及Facebook
我不知道這al.js做什麼。附加到fb-root元素的結果。
這是什麼異步函數做,爲什麼它被稱爲「刮刀」?
那不是正好刮權的定義是什麼? – naveen