Home >php教程 >php手册 >xzn_html_tree1.0可折叠大纲测试例

xzn_html_tree1.0可折叠大纲测试例

WBOY
WBOYOriginal
2016-06-13 10:24:42766browse


// 测试例 require_once "xzn/html/tree.php"; $t = new Tree; $t->set("0","a1","url"); $t->set("0.0.0","aaa","url"); $t->set("0.0.0.0","bbb","url"); $t->set("0.0.0.2","ccc",""); $t->set("0.0.0.1","ddd","url"); $t->set("0.0","eee","url"); $t->set("1","ff","url"); //print_r($t); ?>
$t->display(); ?>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn