asIntOrNull

abstract fun asIntOrNull(): Int?

如果此元素是有效的 Int 数字,则返回其值;否则返回 null

Return

Int 值或 null