hol*_*hol 2 floating-point formatting perl printf
我试过这个:
printf("%+03.6f",+1.2);
但它给了我
+1.200000
我需要的是
+001.200000
有任何想法吗?