TextText.InferNumberType本页总览Text.InferNumberType 推断文本中已编码数字的粒度数字类型(Int64.Type、Double.Type 等)。 Syntax Text.InferNumberType( text as text, optional culture as text) as type Remarks 推断 text 的粒度值类型(Int64.Type、Double.Type 等)。如果 text 不是数值,则会引发错误。还可提供可选的 culture(例如“en-US”)。 Category Text