简体   繁体   English

HTML / JS / CSS中的URL标签列表

[英]List of URL tags in HTML/JS/CSS

I need to replace all URLs within any website, also realtive URLs like /imgages/. 我需要替换任何网站中的所有URL,也替换诸如/ imgages /之类的真实URL。 Therefore I need a list of tags that can contain URLs which a browser would download such as href=, src=, url(). 因此,我需要一个标签列表,其中包含浏览器将下载的URL,例如href =,src =,url()。 Are there any additions for HTML/CSS/JS? 是否有HTML / CSS / JS的附加内容?

What exactly do you mean by "tags" when talking about javascript? 谈论javascript时,“标签”到底是什么意思?

You're not going to be able to do this generically for javascript. 您将无法使用javascript进行此操作。 Any string may represent a URL; 任何字符串都可以代表一个URL。 it can be dynamically generated / loaded from the server via AJAX / etc... 它可以通过AJAX等从服务器动态生成/加载。

不要忘记检查内部脚本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM