简体   繁体   中英

List of URL tags in HTML/JS/CSS

I need to replace all URLs within any website, also realtive URLs like /imgages/. Therefore I need a list of tags that can contain URLs which a browser would download such as href=, src=, url(). Are there any additions for HTML/CSS/JS?

What exactly do you mean by "tags" when talking about javascript?

You're not going to be able to do this generically for javascript. Any string may represent a URL; it can be dynamically generated / loaded from the server via AJAX / etc...

不要忘记检查内部脚本。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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