功能:
将值或计算式转为数值类型。
语法:
number(<计算式>)
返回:
实数。
参数:
<计算式>
将被转为数值的值/计算式。
示例:
number("3.14")
3.14
number(价格)
将价格转为数值。