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.
我尝试构建一个生成 JSON-Array 的 php 文件。我想为 Highstock-Series 绘制多个系列,如下例所示:
jsfiddle
输出是如何设计的?
$.getJSON('http://www.highcharts.com/samples/data/jsonp.php? filename='+ name.toLowerCase() +'-c.json&callback=?',
问候
所以在 JSON 中你应该有 3 个系列,就像在示例中一样,但是 json 可以在 php 中构建为数组,然后由 json_encode() 函数编码。