文字列の先頭に追加して置き換える html ファイルを作成しようとしています。
たとえば、css ファイルの URL が
<link href="/srsstore/store/-1/common/components/cbsassets/styles/iPhone.css" type="text/css" rel="stylesheet" />
そして画像ファイルのURL、
<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>
これらの URL の先頭に「domain.com」を追加します。javascript を使用して文字列を動的に検索して置換するにはどうすればよいですか。
コンテンツは次の URL から取得しています。