receiveData是要剖析的数据 //首先整体判断是否为一个json格式的数据 cJSON *pJsonRoot = cJSON_Parse(receiveData); //如果是否json格式数据 if (pJsonRoot !=
確定! 回上一頁