def getnum(str): n=len(str) s="" for i in range(n): ss=str[i] if ss.isdigit(): s=s+ss return s
posted on 2023-03-08 07:04 gisai 阅读(164) 评论(0) 收藏 举报