使用root = cJSON_Parse(text);//将字符串转成json格式,函数中申请了一块内存给root 所以在最后要释放rootcJSON_Delete(root ); //释放c...
確定! 回上一頁