对于Java 5及更低版本,我们可以使用字符串的length进行判断,自己写判空方法时,这样操作:. boolean isEmptyString(String string) { return string ...
確定! 回上一頁