好记性不如烂笔头,每天对接各种需求,怕自己遗忘功能点细节 官方文档:https://developers.weixin.qq.com/doc/offiaccount/OA_W...
![240](https://upload.jianshu.io/users/upload_avatars/3433728/cfafb798-4085-4ee1-93b5-6ce109a6e9b6.png?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
好记性不如烂笔头,每天对接各种需求,怕自己遗忘功能点细节 官方文档:https://developers.weixin.qq.com/doc/offiaccount/OA_W...
jsx语法 遇到{ } 就把里面的代码当js解析 遇到< > 就把里面的代码当html解析 声明组件 组件使用class声明函数组件,并且暴露出去 组件首字母必须大写(否则会...