标签:font mamicode 网页 height lin alt width line mic
在VSCode中,使用正则表达式,将网页中的font元素批量更换成font元素
<font (.*)>(.*)</font>
<span $1>$2</span>
font元素批量更换成font元素
原文地址:https://www.cnblogs.com/springsnow/p/13326412.html