- 2009.0727
-
- 在HTML中获取正确的URL属性值
在HTML中,常见的URL有多种表示方式:
相对URL: example.php demo/example.php ./example.php ../../example.php /example.php 绝对URL: http://dancewithnet.com/example.php http://dancewithnet.com:80/example.php https://dancewithnet.com/example.php同时HTML中有大量的元素属性值为URL,一般利用JavaScript获取这些URL属性值有两种方法:
- 标签:getAttribute, HTML, URL
- 在23:57发表于Javascript & DOM & AJAX,有评论14条


