这个没有直接提供,只能自己封装,比如function myFalse( inObj ){ if( inObj===undefined || inObj===null || inObj === '') return true; return false; }
这个没有直接提供,只能自己封装,比如