_this.confirm && _this.confirm.call(_this, e);
_this.confirm && _this.confirm.call(_this, e);什么意思,看了几遍还是懵懵的
主要还是_this.confirm && _this.confirm.call(_this, e);不懂,&&接干嘛
3
收起
正在回答
1回答
_this.confirm && _this.confirm.call(_this, e);中的&&是逻辑运算符,是逻辑与的意思;那么,
_this.confirm && _this.confirm.call(_this, e);这句代码就是说_this.confirm若是存在的话为真,否则为假,使用&&逻辑与运算符,若第一个为假的话,就直接返回,若第一个为真,会接着执行第二个,就是执行_this.confirm.call(_this, e);
希望可以帮到你!
热门框架Vue开发WebApp 18版
- 参与学习 人
- 提交作业 209 份
- 解答问题 3299 个
本路径是通过ES6基础知识、运用Zepto、Swiper、fullPag等移动端常用工具包、以及当下流行框架Vue,结合多个实战案例,还原真实开发场景,最终实现手机端购物商城网页开发。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星