You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
263 B

### this指向问题
> 1. this永远指向一个对象
> 2. 普通函数中this谁调用此函数。则this指向谁
> 3. 箭头函数默认没有this指向如果出现则一定指向父级作用域
### UI往后
### 路由跳转和路由传参