标签:style color long for format bsp nbsp span form
>>
>> a1 = 100
a1 =
100
>> b1=9801
b1 =
9801
>>
>> c1 = a1/b1
c1 =
0.0102
>>
>> format long
>> c1 = a1/b1
c1 =
0.010203040506071
>>
标签:style color long for format bsp nbsp span form
原文地址:https://www.cnblogs.com/herd/p/13390529.html