我有以下代碼:傳遞PHP變量到JavaScript功能
FB.getLoginStatus(function (response) {
if (response.status === "connected") {
FB.api("me/bookvote:download", "post", {
}, //Missing a , here?
然而
,我仍然得到:
Uncaught SyntaxError: Unexpected identifier
for book: "<?php echo "http://mysite.xom/auction_details.php?name=$item_details["name"]&auction_id=$item_details["auction_id"]";?>",
這可能是錯誤的,我的PHP變量JavacScript?
看看代碼中的顏色,你確定你有這些引號嗎? – adeneo 2013-03-21 22:36:47
啊對不起,我的編輯器很爛並且沒有突出顯示>< – user2185501 2013-03-21 22:39:41
檢查瀏覽器中呈現的內容 – 2013-03-21 22:41:58