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.
我将编写我的第一个 phonegap 应用程序(用于平板电脑),但我不确定应该以何种方式组织它的结构:
PhoneGap 开发的最佳实践是什么?
好吧,这两种方法都很好,但我建议第二个选项,因为它易于管理单独的文件而不是一个文件。
你可以让你的 html 文件包含使用
$.get(file_name, function(data){ console.log(data); });
jquery 函数,您可以将 innerHtml 用于任何 DIV 或文档正文