今天在改进一个模块的功能,记录下一段代码.
<?php $a=(array( array('数据类型'=>1,'数据名称'=>2), array('数据类型'=>1,'数据名称'=>2), array('数据类型'=>1,'数据名称'=>2) )); print json_encode($a);