可能重复:
Facebook graph api JSONP format , what does the /* */ in first line signify?
https://graph.facebook.com/woho?callback=sdf:
/**/ sdf({
"error": {
"message": "(#803) Some of the aliases you requested do not exist: woho",
"type": "OAuthException",
"code": 803
}
});
那么开始时/**/
的重点是什么?