学习 Ext 中一些不错的编码习惯

var m = re.exec(s);
return m ? (m[1] === undefined ? true : m[1]) : false;
原文地址:https://www.cnblogs.com/cfsxgogogo/p/4988507.html