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.
我正在尝试使用 gchart.php 制作图表。
它采用这种格式的数据:
$Chart->setLegend(array("blah", "bla2", "blah3"));
我有一组名字,名字的数量可以是任何东西,从 1 到 10 或更高。
我不知道如何在每个数组项之间用“”拆分数组项的语法,也不知道如何循环 (array("blah","blah") 的语法以获取我的数组中的值。
这似乎是一个相当复杂的问题,这可能吗?