如何在整数上使用ToString方法来显示2-char
int i = 1; i.ToString() -> "01" instead of "1"
谢谢.
c# tostring
c# ×1
tostring ×1