Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、私は Nvelocity ライブラリを使用していますが、いくつか問題があるため、番号 57,45 があり、それを double に変換できません $Convert.ToDouble($Value) は 0 を返します。
ありがとう。
私のコードは次のようになります
#foreach($gridRow in $gridData) #set($tmpPrice = $gridRow.get_Item("Price").replace(",", ".")) #set($sumPrice = $sumPrice + $convert.toDouble($tmpPrice)) #end