Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的请求,通过 Google 图表中的代码(例如法国的 FR)在地图上选择一个国家:
http://chart.apis.google.com/chart?&cht=t&chs=440x220&chtm=europe&chco=f5f5f5,edf0d4,6c9642,13390a&chld=FR&chd=s:FR
我知道这可以扩展到选择几个国家,但我无法构建适当的请求。有人可以举例说明如何做到这一点(例如突出 FR 和 IT)吗?
我想我或多或少地得到了语法:
http://chart.apis.google.com/chart?&cht=t&chs=440x220&chtm=europe&chco=f5f5f5,edf0d4,6c9642,13390a&chld=FR|IT|CZ|DE&chd=s:afhx
所以应该使用“|” 分隔国家,然后使用字母数字编码(每个国家 1 个字符)提供足够的颜色