匹配html标签中的任意标签内数据 匹配所有包含’oo’的单词 import re
text "JGood is a handsome boy, he is cool, clever, and so on..."
re.findall(r\w*oo\w*, text) 匹配 html中title里面的内容 原文:
import re
file r./202304.html
f open(…
小杨报数 【题目描述】
小杨需要从 1 1 1到 N N N报数。在报数过程中,小杨希望跳过 M M M的倍数。例如,如果 N 5 N5 N5, M 2 M2 M2,那么小杨就需要依次报出 1 1 1, 3 3 3, 5 5 5。
默认小猫角色和白色背…