看板 Ajax 關於我們 聯絡資訊
網站使用了disqus社交插件 其中需要掛載code 需要定義identifier var disqus_identifier : 'xxxx'; 這樣 因為每個網頁都需要一個identifier 所以我就用function來定義參數 然後我想要每個identifier前面都要有個tid- function test (a) var b = 'tid-' + a ; var disqus_identifiter = b; 所以這樣寫應該沒錯? 但是我從html那邊引用似乎是失效的 <script> function test('abc1'); </script> 並沒有disqus的identifier 求解:D -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.46.199.37 ※ 文章網址: https://www.ptt.cc/bbs/Ajax/M.1464754740.A.864.html
springman: 寫到 html 裡面的 div 看看。 06/01 13:01
ching7896: 不太明白 求指點 06/01 23:28
bcawosxy: 沒有code 不太知道問題在哪邊 06/04 10:34
bcawosxy: 有可能是宣告的順序問題? 打開 console試試看吧@@ 06/04 10:34
DJoker: 在 function 內的 disqus_identifier 外界無法存取 07/09 02:37