码迷,mamicode.com
首页 > Web开发 > 详细

小tips:HTML DOM protocol 属性

时间:2017-08-08 10:54:06      阅读:227      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!