2

可能重复:
Facebook graph api JSONP 格式,第一行的 /* */ 是什么意思?

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
   }
});

那么/**/开头的意义何在?

4

0 回答 0