String, convertNull(Object source) Returns the string representation of a given object or an empty string if the object is null. return convertNull(source, "");.
確定! 回上一頁