假设我要生成此图表http://code.google.com/intl/zh-TW/apis/chart/interactive/docs/gallery/areachart.html
我愿意从Mysql数据库中读取数据并将其传递给
data.addRows([
['2004', 1000, 400],
['2005', 1170, 460],
['2006', 660, 1120],
['2007', 1030, 540]
]);
替换硬编码数据并显示图表。 servlet文件是HTML格式。 我怎么能这样做?非常感谢我被困在这里很长一段时间