我在处理python isdigit 函数时遇到了一个奇怪的问题。 例如: >>> a = u'\u2466' >>> a.isdigit() Out[1]: True >>> a.isnumeric() Out[2]: True
確定! 回上一頁