js 中&&的使用
摘要:
遇到下列代码goHome && (await router.replace(PageEnum.BASE_HOME)); &&这个逻辑与的作用是,当goHome为true时,执行右边的代码,否则就不会执行右边的代码 上面的代码执行结果为:hello 当修改flag为true后: async funct 阅读全文
posted @ 2021-08-07 23:35 白衣风云 阅读(429) 评论(0) 推荐(0) 编辑
posted @ 2021-08-07 23:35 白衣风云 阅读(429) 评论(0) 推荐(0) 编辑
posted @ 2021-08-07 17:57 白衣风云 阅读(112) 评论(0) 推荐(0) 编辑