上一篇:《python *args **kwargs 用法》


《python 类型验证》

作者 vhaixingv 创建于 18-02-24 11:21:19

1. 验证字符串是否为数字

a = '123'
a.isdigit()
True



下一篇:《python 加密方式》