摘要: # name: 04hanzi.py # date: 20240609 # programmer: arithmus # memo: find hanzi string import re def is_in(fullstr,substr): if re.findall(substr,fullstr 阅读全文
posted @ 2024-06-09 20:23 taohid 阅读(8) 评论(0) 推荐(0) 编辑