|
real_force_value = force_value/100.0;<br /> S =FormatFloat("0.00",real_force_value);//保留二位小数。<br /> Label4->Caption = S;<br />即可
|