include.esp

来自「samba最新软件」· ESP 代码 · 共 15 行

ESP
15
字号
<% page_header("columns", "ESP Include Test", "esptest"); %>including /scripting/test.ejs<p/><% include("/scripting/test.ejs"); %>calling a function from test.ejs ...<p/><% showArray("request", request); %>including /scripting/test.esp<p/><% include /scripting/test.esp %>calling a function from test.esp ...<p/><% res = testfn('foo'); %>result is: @@res<% page_footer(); %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?