string jsondata = ""; StaticJsonDocument <1500> doc; // DynamicJsonDocument doc(1024); 동적json 생성 JsonObject root = doc.to<JsonObject>(); ...
確定! 回上一頁