JS 判断某个变量是否为空

来源:互联网 发布:unity3d源码下载 编辑:程序博客网 时间:2024/04/28 20:50
 if(!(data==""||data==undefined||data==null))
0 0