我正在创建android application using Tabhost
并拥有以下内容
1. App having 4 tabs
2. Each tab in Tabhost having WebViews.
3. Loaded local HTML files with these WebViews.
4. 4 Local HTML files having more than 8 js files.
5. but 8 js files are same for all HTML files
问题:我可以在每个 HTML 文件中分别加载 8 个 js 文件。这会影响性能
预期:我们可以加载all java script files in Layout.cshtml file when we using ASP.NET MVC pages
. 就像我想要的那样load all js files common for all local HTML files
。
请指导我