php 数组转json$array = Array('a'=>'one01', 'b'=>'two01', 'c'=>'three01');echo json_encode( $array );结果输出{"a":"one01","b":"two01","c":"three01"}php json转 ...
確定! 回上一頁