python 提供的正则表达式文档可参见:https://docs.python.org/3/library/re.html. In [1]:. import re ... \d ,即digit,表示数字,\d表示数字(一个数字字符).
確定! 回上一頁