String fileNaem = context.getData(); if (null != fileNaem || !fileNaem.equals(""))
抛出 java.lang.NullPointerException
在不知道 接收的数据 是 空 还是 null 的时候 就用 &&
|| 就是or 有一个为true 就不计算第2个 有一个true就为true
&&就是and 2个条件都会计算 有一个为false 者为false