我遇到了以下代码。
print ('%04.3f' % random.uniform(1, 100))
'%04.3f'代码中代表什么?
'%04.3f'
python string-formatting
python ×1
string-formatting ×1