檢查字符串是否不是null而不是空的
二手: if(str!= null && str.length()== 0)
option 3:trim()。 isement(Isement()trim whitespace whitespace,使用trim(intrim(strim)iSempty if(Isempty()。 !str.trim().isEmpty())
Option 4: isBlank()
Java 11 introduced the isBlank() method, which combines the functionality of isEmpty() and trim():if (str != null && !str.isEmpty())if (str != null && !str.isblank())
handy function
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3