Java6から使えるチェック方法です。注意点として、 str == null と str.isEmpty() の順番を間違わないようにしましょう。 str.isEmpty() を先に書く ...
確定! 回上一頁