我的页面中有文本框,我在其中显示默认值,值来自数据库并且有 4 个小数位但是我只想显示两个小数位,我尝试输入格式 #,##0.00 但这不起作用,在下面的代码中,我正在创建文本框并分配默认值
<input type="text" name="tproj" id="{concat('txtboxAdjustment', position())}" value="{@proj}" style="font-size:10px;padding:0px;height:15px;width:90px;text-align:right;" onKeyPress="return validateKeyPress(this,event)" onkeyup="return validateKeyUp(this,event);" onblur="calculate_elect_total()" />