日期:2014-05-17 浏览次数:20449 次
$str = "array('test'=>'test','tes'=>'ff')";
//使用return 转成数组
$str = eval("return $str;");
print_r($str);