gpt4 book ai didi

css - 正则表达式从图像中删除主机名

转载 作者:行者123 更新时间:2023-11-28 11:49:32 25 4
gpt4 key购买 nike

我想从 html 页面中的所有后台 css 声明中删除主机名

<div style="background:transparent url(http://www.some-domain.com/images/test.png) no-repeat"></div>

成为

<div style="background:transparent url(images/test.png) no-repeat"></div>

有什么想法吗?

谢谢

最佳答案

将正则表达式“http://[^/]*”替换为“/”。

关于css - 正则表达式从图像中删除主机名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6151506/

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