在php中,可以使用json_encode()函数来将数组转化为json格式数据, ... <?phpheader('content-type:text/html;charset=utf-8'); $arr = array ('a'=>1 ...
確定! 回上一頁