企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### include引入模版 ~~~ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>fetch</title> </head> <body> <!--引入头部--> <include file="./application/example/view/Include/header.html"/> I am __ROOT__/application/example/view/ViewExample/includeExample.html <!--引入底部--> <include file="./application/example/view/Include/footer.html"/> </body> </html> ~~~