www.gusucode.com > 一个基于extjs的强大聊天插件源码程序 > 一个基于extjs的强大聊天插件/extjame/ext-jame/js/ext2/examples/tree/save-dep.php

    <?
$tree = stripslashes($_REQUEST['data']);
file_put_contents('./dep-tree.json', $tree);
?>