非速度字符串到双重对话
本文关键字:对话 速度 字符串 | 更新日期: 2023-09-27 18:08:10
嗨,我正在使用Nvelocity库,我有一些问题,所以$ convert . todouble ($Value)返回0.
谢谢。
我的代码看起来像这样
#foreach($gridRow in $gridData)
#set($tmpPrice = $gridRow.get_Item("Price").replace(",", "."))
#set($sumPrice = $sumPrice + $convert.toDouble($tmpPrice))
#end