go

在Go语言中解析Unicode数字

英文: Parse unicode digits in Go 问题 其他答案提到使用unicode.IsDigit()来检查给定的符文是否是数字,但是我如何确定它是哪个数字呢? strconv中的At...