摘要: import phone from time import * import re def begin(): print("欢迎来到查询小程序") print("1.查询") print("2.用户") def p(n): if re.match(r'1[3,4,5,7,8]\d{9}', n): 阅读全文
posted @ 2023-03-23 10:05 徐俊112 阅读(59) 评论(0) 推荐(0)