while True :
phone = input("手机号:")
# data=f.read()
if not phone.isdigit() or len(phone)!=11:
print
Python 验证身份证和手机号(初级)
最新推荐文章于 2025-06-29 12:30:18 发布
while True :
phone = input("手机号:")
# data=f.read()
if not phone.isdigit() or len(phone)!=11:
print