字符串字符串判空val string = "" val string2 = " " >> println(string.isBlank()) // true >> println(string.isNotBlank())
確定! 回上一頁