我想将数字转换为零
int instore = docvotdig; int invot = docstoredig; int diffrent = docvotdig - docstoredig; int instore = docvotdig;
我想将结果转换为00000,如果结果2我想要它'00',如果3'000'那样.
c#
c# ×1