我正在使用 jQuery Mobile 框架来开发 Web 应用程序。
标准结构是,所有不同的布局都在同一个 html 页面中。
例如:
<div id="home">
<a href="#one" data-transition="flip">Other Page</a>
</div>
<div id="one">
<p> Other Layout </p>
</div>
但我想使用一些 html 页面来获得清晰的结构。
问题是,一个简单的 href="page2.html" 在没有 ah 下一页的开关的情况下是行不通的。
此外,我想将 SAP 中的 webApp 与 BSP 页面和 Sybase 一起使用。(如果这对我们的答案很重要)