我需要更换下面的网址:
res.replace(' / Kentico9 /',' http://localhost/Kentico9/');
但res变量包含整个页面的HTML元素,这会产生转义问题。替换时不考虑整个HTML元素的地方。
我已经编写了上面的代码行,但它没有像预期的那样替换。
请帮助:
下面是替换代码:但是我仍然可以在替换后看到以下行:
SRC =" /Kentico9/WebResource.axd d =
<script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form']; if (!theForm) { theForm = document.form; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script>
//