EasyUI
首页
组件演示
使用教程
开发文档
软件下载
扩展组件
后端演示
问答社区
商业授权
创建异步加载树
使用教程
» 创建异步加载树
要创建异步树,每个树节点必须有一个“id”属性,该属性将被发布到back server以检索子节点数据.
演示案例
创建树
服务器代码
$id = isset($_POST['id']) ? intval($_POST['id']) : 0; include 'conn.php'; $result = array(); $rs = mysql_query("select * from nodes where parentId=$id"); while($row = mysql_fetch_array($rs)){ $node = array(); $node['id'] = $row['id']; $node['text'] = $row['name']; $node['state'] = has_child($row['id']) ? 'closed' : 'open'; array_push($result,$node); } echo json_encode($result); function has_child($id){ $rs = mysql_query("select count(*) from nodes where parentId=$id"); $row = mysql_fetch_array($rs); return $row[0] > 0 ? true : false; }
下载 EasyUI 实例:
easyui-tree-demo.zip
联系我们
手机/微信
18973127736
办公电话
0731-89565588
基本
文件
流程
错误
SQL
调试
请求信息 : 2026-03-29 22:03:03 HTTP/1.1 GET : https://www.jeasyui.cn/tutorial/tree/tree2.html
运行时间 : 0.030982s [ 吞吐率:32.28req/s ] 内存消耗:3,207.93kb 文件加载:135
查询信息 : 0 queries
缓存信息 : 0 reads,0 writes
会话信息 : SESSION_ID=925e87e97fd3ab69cd86cd4389d47c50
/home/wwwroot/zuoyo_website/public/index.php ( 0.79 KB )
/home/wwwroot/zuoyo_website/vendor/autoload.php ( 0.75 KB )
/home/wwwroot/zuoyo_website/vendor/composer/autoload_real.php ( 1.63 KB )
/home/wwwroot/zuoyo_website/vendor/composer/platform_check.php ( 0.90 KB )
/home/wwwroot/zuoyo_website/vendor/composer/ClassLoader.php ( 15.99 KB )
/home/wwwroot/zuoyo_website/vendor/composer/autoload_static.php ( 10.33 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.77 KB )
/home/wwwroot/zuoyo_website/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-intl-normalizer/bootstrap.php ( 0.71 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php ( 0.70 KB )
/home/wwwroot/zuoyo_website/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
/home/wwwroot/zuoyo_website/vendor/guzzlehttp/guzzle/src/functions.php ( 5.55 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-intl-idn/bootstrap.php ( 4.52 KB )
/home/wwwroot/zuoyo_website/vendor/overtrue/socialite/src/Contracts/FactoryInterface.php ( 0.47 KB )
/home/wwwroot/zuoyo_website/vendor/overtrue/socialite/src/Contracts/UserInterface.php ( 1.04 KB )
/home/wwwroot/zuoyo_website/vendor/overtrue/socialite/src/Contracts/ProviderInterface.php ( 2.89 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-php81/bootstrap.php ( 0.72 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/var-dumper/Resources/functions/dump.php ( 0.99 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/App.php ( 15.00 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-container/src/Container.php ( 15.62 KB )
/home/wwwroot/zuoyo_website/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
/home/wwwroot/zuoyo_website/app/provider.php ( 0.19 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
/home/wwwroot/zuoyo_website/app/common.php ( 27.76 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/helper.php ( 18.78 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
/home/wwwroot/zuoyo_website/config/app.php ( 1.90 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
/home/wwwroot/zuoyo_website/config/cache.php ( 0.78 KB )
/home/wwwroot/zuoyo_website/config/console.php ( 0.23 KB )
/home/wwwroot/zuoyo_website/config/cookie.php ( 0.56 KB )
/home/wwwroot/zuoyo_website/config/database.php ( 6.95 KB )
/home/wwwroot/zuoyo_website/config/filesystem.php ( 0.61 KB )
/home/wwwroot/zuoyo_website/config/lang.php ( 0.81 KB )
/home/wwwroot/zuoyo_website/config/log.php ( 1.35 KB )
/home/wwwroot/zuoyo_website/config/middleware.php ( 0.19 KB )
/home/wwwroot/zuoyo_website/config/my.php ( 11.38 KB )
/home/wwwroot/zuoyo_website/config/route.php ( 1.54 KB )
/home/wwwroot/zuoyo_website/config/session.php ( 0.57 KB )
/home/wwwroot/zuoyo_website/config/trace.php ( 0.34 KB )
/home/wwwroot/zuoyo_website/config/view.php ( 0.82 KB )
/home/wwwroot/zuoyo_website/app/event.php ( 0.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
/home/wwwroot/zuoyo_website/app/service.php ( 0.13 KB )
/home/wwwroot/zuoyo_website/app/AppService.php ( 0.26 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
/home/wwwroot/zuoyo_website/vendor/services.php ( 0.17 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/service/ModelService.php ( 1.75 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-multi-app/src/Service.php ( 1.08 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/Paginator.php ( 11.71 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-validate/src/Validate.php ( 62.20 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/Model.php ( 26.86 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 19.19 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 26.44 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.58 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/TimeStamp.php ( 5.69 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/AutoWriteId.php ( 1.44 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 10.85 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/DbManager.php ( 8.33 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
/home/wwwroot/zuoyo_website/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
/home/wwwroot/zuoyo_website/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
/home/wwwroot/zuoyo_website/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/helper/Arr.php ( 16.08 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Console.php ( 22.81 KB )
/home/wwwroot/zuoyo_website/app/Request.php ( 0.09 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Request.php ( 55.74 KB )
/home/wwwroot/zuoyo_website/app/middleware.php ( 0.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-trace/src/TraceDebug.php ( 2.94 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-multi-app/src/MultiApp.php ( 7.06 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/common.php ( 0.00 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/config/database.php ( 0.81 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Route.php ( 23.56 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/RuleName.php ( 5.34 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/Domain.php ( 1.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/RuleGroup.php ( 20.45 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/Rule.php ( 26.35 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/route/route.php ( 1.95 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Route.php ( 4.68 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 3.75 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.54 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/controller/Page.php ( 3.72 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/controller/JeasyuiBase.php ( 0.30 KB )
/home/wwwroot/zuoyo_website/app/common/controller/Base.php ( 6.64 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Session.php ( 1.79 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Request.php ( 9.00 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
/home/wwwroot/zuoyo_website/runtime/jeasyui/temp/73005ffe393090ff2a32a1f381a4c060.php ( 13.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Config.php ( 1.37 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/response/Html.php ( 0.97 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-trace/src/Html.php ( 4.49 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/log/driver/File.php ( 6.19 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/log/Channel.php ( 3.88 KB )
0.036643s