gpt4 book ai didi

javascript - 用于在 html 样式中查找字体样式的正则表达式

转载 作者:行者123 更新时间:2023-11-30 23:47:43 25 4
gpt4 key购买 nike

知道如何查找和替换 style 属性中的 HTML 字体大小吗?

eg.   <span style="font-size:12px">hello world</span>

我想使用 javascript 删除所有字体大小。

谢谢

最佳答案

$("span").each( function() {
$(this).css("font-size", "");
});

您可以使用 jquery 循环遍历所需的元素。

关于javascript - 用于在 html 样式中查找字体样式的正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2521060/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com