小tips:HTML DOM protocol 属性

2021-06-09 01:04

阅读:418

标签:ips   javascrip   color   html   amp   example   tip   pre   .com   

protocol 属性是一个可读可写的字符串,可设置或返回当前 URL 的协议。

语法:

location.protocol=path

实例:假设当前的 URL 是: http://example.com:1234/test.htm#part2:

script type="text/javascript">
document.write(location.protocol);
script>

输出:

http:

 

小tips:HTML DOM protocol 属性

标签:ips   javascrip   color   html   amp   example   tip   pre   .com   

原文地址:http://www.cnblogs.com/moqiutao/p/7305286.html


评论


亲,登录后才可以留言!