Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gwan 支持 SSI 还是有其他方法可以合并不同的 HTML 数据?
我不确定这是不是最好的方法,但我想将静态 HTML 数据包含到另一个 HTML 文件中……如果 SSI 不起作用,你会使用什么?
SSI 可以通过 G-WAN 的动态缓冲区 API 存档:只需将 HTML 注释替换为部分 HTML 内容。
使用 xbuf_frfile() 加载您的 HTML 模板。使用 xbuf_repl() 将部分 HTML “包含”到您的主机页面。
请参阅 G-WAN 示例中的 contact.c。