Python 字符串String isnumeric() 方法```py #!/usr/bin/python str = u"this2009"; print str.isnumeric() str = u"23443434"; print str.isnumeric() ```
確定! 回上一頁