CONST: {SINGLE: 'single',MULTI: 'multi'},......include: function(type) {return (type.toUpperCase() in this.CONST);}上面 type.toUpperCase() in this.CONST 中的in怎么理解?謝謝
javascript 中的 in
梵蒂岡之花
2018-11-28 01:01:58