我在Powershell中关注了Regex:
[regex]$regex = @' (?ms).*?<DIV class=row>.*? '@
(?ms)在这里是什么意思.
regex powershell
powershell ×1
regex ×1