js笔记
apollo.is_execute = apollo.is_execute ? 1 : 0;
把true或者false转化为1或者0
或者有值的时候是1,没有值的时候是0
true转化为1,为false的0
!db.execution_condition
判断为空或者为undefind
标签:execute,false,或者,遇到,js,问题,apollo,true
From: https://www.cnblogs.com/chenxdnote/p/17515103.html