NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 代码 ``` <!doctype html> <html> <head> <meta charset="utf-8"> <link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <table class="table table-hover table-bordered table-list"> <thead> <tr> <th width="50">排序</th> <th width="50">ID</th> <th>分类名称</th> <th>描述</th> <th width="180">操作</th> </tr> </thead> <tbody> {$category_tree} </tbody> </table> </body> </html> ```