Files
ClassContent/历届学生/fontendsix/每日课程/2021-12-06/笔记.txt
2024-09-27 02:06:13 +08:00

47 lines
657 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

uniapp
用前端开发APP
1:Cordova lonic PhoneGap
2:React Native weex
1:Android(java) ios(object-c, swift) 原生
更新成本太高了 开发成本高
webview html 标签
2: webview (android system webview) (H5页面) + 原生
webview 让浏览器中的js和android代码进行交互
3: 混合app,中间层转换 ReactNative Weex VueNative uniapp flutter
webview
前身:
mui
uniapp 基于 vue.js
js
|
webview
|
uniapp.jar
|
android
adb 电脑控制手机的调试工具
nvue
index.nvue(weex) ===> 原生渲染
vue
index.vue ===> index.js