首先渲染json数据 obj: { name: "李大玄", age: 18, co: { a: 1 } } <div dangerouslySetInnerHTML={{ __html: JSON.stringify(this.state.obj) }} ...
確定! 回上一頁