equals ("") will fail with a NullPointerException . You cannot call any instance methods on a null variable. So you should first check for null first like above.
確定! 回上一頁