1

我正在查看谷歌地图示例 http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/simple_example.html

它似乎正在从以下位置读取数据:http: //google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/data.json

使用 firebug 运行 firefox,var data.photos 会被数据填充。

有人可以解释这是怎么发生的吗?我一定在代码中遗漏了一些东西。

4

1 回答 1

1

data.json 中的数据对象在包含在页面中时可用。

数据.json:

    var data = { "count": 10785236,
        "photos": [{".....
于 2012-07-20T11:55:42.940 回答