我无法从<%= line_chart [
{name: markets[i]['runner'], data: markets[i]['histories'].map{|h| [h['created_at'], 1/h['price']]}},
{name: markets[i+1]['runner'], data: markets[i+1]['histories'].map{|h| [h['created_at'], 1/h['price']]}}
] %>
范围之外的syllables
访问API结果。数据在getSyll.onload = function(){}
处显示正常,位于上方,但无法访问程序中其他位置的相同数据。
我试过console.log(syllables)
无济于事。
我知道这个问题必须归功于本地/全局变量范围,但即使在浏览了有关该主题的其他帖子后,我似乎无法弄明白。
window.syllables