Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用jstree来获取我的 xml 文件的树视图。现在我想将树转换回 xml 文件,并在编辑后保存它。
我怎样才能做到这一点 ?有什么建议么 ?
您可以调用$("#tree_container_id").jstree("get_xml")以获取 XML 数据。
$("#tree_container_id").jstree("get_xml")