fallback

fun String?.fallback(fallback: String = ""): String

提供当字符串为null时的一个替补值(默认为空字符串)

Return

如果当前字符串不为null,则返回值为当前字符串,否则为 fallback 参数值