移动端开发
一共有三种
web app
- 页面内容都通过请求url
- 迭代方便
- 性能低
- 但是浏览器一直在支持,所以性能越来越好
混合 app
- 不需要改动的写成native app
- 需要迭代的写成 web app
- 比如微信中用滴滴打车 滴滴打车就是web app
native app
- 下载页面到本地
- 服务器请求数据
- 迭代麻烦,需要下载补丁
- 性能快
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/15130.html
一共有三种
web app
混合 app
native app
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/15130.html