DynamicJsonDocument doc(2048); doc[“hello”] = “world”; // Serialize JSON document. String json; serializeJson(doc, json);
確定! 回上一頁