前端JavaScript——浏览器对象之location对象

   日期:2020-08-23     浏览:101    评论:0    
核心提示:完整的URL地址:https://editor.csdn.net/md?articleId=108160875http :–>使用的协议,protocoleditor.csdn.net -->域名,hostnamemd–>pathname?articleId=108160875–>url的参数search

完整的URL地址:https://editor.csdn.net/md?articleId=108160875

http :–>使用的协议,protocol

editor.csdn.net -->域名,hostname

md–>pathname

?articleId=108160875–>url的参数search

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>location对象</title>
    <script>
        //就是完整的url地址
        var f=function () {
            //location的组成部分
            document.write(location.href);//整个地址
            document.write("<br>");
            document.write(location.protocol);//协议
            document.write("<br>");
            document.write(location.host);//主机+端口号
            document.write("<br>");
            document.write(location.hostname);//端口号
            document.write("<br>");
            document.write(location.pathname);//资源
            document.write("<br>");
            document.write(location.search);//参数

        }
        //打开一个新的页面
        var f2=function () {

        }
    </script>
</head>
<body>
<input type="button" value="ceshi" onclick="f() ">
</body>
</html>
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服