php $arr = array('a' => 1, 'b' => 2, 'c' => 3, 'd' => 4, 'e' => 5); echo json_encode($arr)."\n";. The output is the following. Encode JSON Data ...
確定! 回上一頁