numtostr(c,1)
如果得出2865.4
可否只显示后两位 即:5.4(286不显示)
请问具体怎么加到下面
drawtext(islastbar,c,numtostr(c,1),colorred,1);
mm:mod(2345.6*10,100)/10;
drawtext(islastbar,c,numtostr(mm,1),colorred,1);
mm:mod( c *10,100)/10;
drawtext(islastbar,c,numtostr(mm,1),colorred,1);
2345.6就是C ?
为什么得出的有单数?并不完全为现价