💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 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> ~~~