HTML网页中的URL表示方式_HTML/Xhtml_网页制作
时间:2021-07-01 10:21:17
帮助过:18人阅读
在HTML中,常见的URL有多种表示方式:
相对URL:
example.php
demo/example.php
./example.php
../../example.php
/example.php
绝对URL:
http://jb51.net/example.php
http://jb51.net:80/example.php
https://jb51.net/example.php
同时HTML中有大量的元素属性值为URL,一般利用JavaScript获取这些URL属性值有两种方法:
此时页面绝对URL是http://jb51.net/