print_r 第二个参数设为true,可以将其操作的数组输出转换为字符串保存到变量中,使用(array)强制转换,可以将字符串还原为数组,示例如下: $arr = array('a'=>array(1 ...
確定! 回上一頁