我正在尝试构建一个 html 文件来添加和替换字符串。
例如,如果我的 css 文件的 url,
<link href="/srsstore/store/-1/common/components/cbsassets/styles/iPhone.css" type="text/css" rel="stylesheet" />
和图像文件的网址,
<img src="/s/store/-1/ProductizedWidgets/transparent.png" width="1px" height="1px"/>
此外,对于背景图像
<div style="background-color: #e45600;background-image: url(/s/store/4812610/no_preview.gif);background-repeat:repeat-x;font-weight:bold;font-family:Helvetica, Arial, sans-serif; font-size:12px;color:#FFFFFF></div>
我想在这些网址前面加上“domain.com”。如何使用 javascript 动态搜索和替换字符串。
内容来自此网址: