Class XmindZen


  • public class XmindZen
    extends Object
    Author:
    liufree liufreeo@gmail.com XmindZen TODO 2020/4/28 10:26
    • Constructor Detail

      • XmindZen

        public XmindZen()
    • Method Detail

      • getContent

        public static String getContent​(String jsonContent)
        "notes": { "plain": { "content": "这是副节点1的备注" }, "ops": { "ops": [ { "insert": "这是副节点1的备注\n" } ] } 转换为 "notes":{ "content":"这是副节点1的备注" }