1 isNotEmpty(str)等價於str != null && str.length > 0 2 isNotBlank(str) 等價於str != null && str.length > 0 && str.trim().length > 0 3 同理4 ...
確定! 回上一頁