Edit5.Text:=Format('x=%.2f', [StrToInt(Edit4.Text) / StrToInt(Edit1.Text)*100]); //.2f表示2位小数浮点数
Round、FormatFloat 这两个函数你该去玩一玩