<?php header('content-type:text/html;charset=utf-8'); $arr=['a'=>10,'b'=>100,'c'=>'Hello']; $str=json_encode($arr); //將陣列轉json格式的 ...
確定! 回上一頁