佘永攀

Results 1 issues of 佘永攀

for example,string is "00011",handle ToInt("00011"),want to get int value is 11,now return 9; need exchange caste.go trimZeroDecimal method,first trimleft zero func trimZeroDecimal(s string) string { s = strings.TrimLeft(s, "0") var...