var a;
if($.trim(a)=='' || a==undefined || a==null)
如果用$.trim(a)的话,就不用使用 "==undefined" 了,因为,如果使用了$.trim()的话,即使他没有值,$.trim()后,
获取的为 " "。如下: