$params = $this->request->post('params');
var_dump($params);echo "<hr/>";
$p = json_decode($params,true);
var_dump($p);exit;奇怪,结果是
string(203) "{"columns":{"content":{"name":"content","type":"String"},"id":{"name":"id","type":"String"}}}"
---------------------------
NULL为什么是null,哪不对么?