把字符串解析为数字。
string.to_number()
Int | Float | Null:无法解析时返回 null。
Int | Float | Null
null
text = 'hello BT' result = text.to_number()