0

使用服务器端包含的静态 html 页面出现问题。

ssi 的 html 有一个结束的 head 标签和开始的 body 标签

<-- ssi 开始

等等等等等等

</头>

<正文>

-->

有没有办法在标签像这样跨越边界的两个不同的 SSI 之间切换。我需要能够在移动和桌面之间切换,并且不能编辑 SSI。这是静态 HTML,所以如果有的话,唯一的方法是使用 javascript?

4

1 回答 1

0

You can use AJAX to load the page, parse/replace the ssi tags, and then insert the body in a div element. Current mobile frameworks do that to achive page transitions, for example https://github.com/dgileadi/zepto-page-transitions

于 2013-02-08T18:40:54.903 回答