成都创新互联网站制作重庆分公司

javascript文档对象模型是什么

这篇文章主要介绍“javascript文档对象模型是什么”,在日常操作中,相信很多人在javascript文档对象模型是什么问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”javascript文档对象模型是什么”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!

网站建设哪家好,找创新互联公司!专注于网页设计、网站建设、微信开发、小程序设计、集团企业网站建设等服务项目。为回馈新老客户创新互联还提供了新昌免费建站欢迎大家使用!

javascript文档对象模型是树型。文档对象模型(DOM)是W3C组织推荐的处理可扩展标记语言的标准编程接口,是一种基于树的API文档。

javascript文档对象模型是什么

本教程操作环境:windows7系统、javascript1.8.5版、Dell G3电脑。

在javascript中,文档对象模型是树型。

文档对象模型(Document Object Model,简称DOM),是W3C组织推荐的处理可扩展标记语言的标准编程接口 DOM是一种基于树的API文档。

  • 文档:真实存在的文件 例如:网页文件(HTML文本)

  • 对象:独立的数据集合 例如:文档对象 文档中元素与内容的数据集合

  • 模型:文档对象表示为树形模型 在这个树形模型中,网页的元素与内容表现为一个个节点

javascript文档对象模型是什么

javascript文档对象模型是什么

Window对象的属性:

  • parent :

    父窗口对象,与包含某个窗口的父窗口含义相同 self : 本窗口,与引用当前窗口含义相同 top : 指一系列嵌套窗口中的最上层浏览器窗口 frames : window对象中包含的所有frame对象的数组 document : 表示窗口中显示的当前文档对象 history : 窗口的history对象,包含窗口中最近访问的URL清单 location : 表示与window对象相关联的URL地址 event : 窗口事件对象(Only for IE) name : 窗口名称 opener : 表示打开窗口的window对象 defaultStatus : 窗口状态栏默认值 status : 窗口状态栏显示信息 navigator : 用于获取浏览器信息 appName "Netscape" for Mozilla "Microsoft Internet Explorer" for IE

  • Window对象方法

    alert() :警告对话框

    confirm() : 确认对话框

    prompt() : 信息输入对话框

    close() : 关闭窗口

    blur() : 窗口失去焦点

    focus() : 窗口获得焦点

    open() : 打开新的窗口,并创建新的window对象

    showModalDialog() : 打开一个模态对话框

    showModelessDialog() : 打开一个非模态对话框

    对话框通过window.dialogArguments来取得传递进来的参数

    对话框通过window.returnValue向打开模态对话框的窗口返回信息,可以返回对象 防止打开新窗口(如提交表单):

  • document对象的属性

    title : 设置文档标题,等价于HTML的标记</p><p>bgColor : 设置页面背景色,对应于<body>中的bgcolor属性</p><p>fgColor : 设置页面前景色,对应于<body>标记中的text属性</p><p>alinkColor : 设置激活链接(焦点在此链接上)的颜色</p><p>linkColor : 设置未点击过的链接颜色</p><p>vlinkColor : 设置已点击过的链接颜色</p><p>URL : 文档的URL forms : 表单对象数组,对应<form>标记</p><p>links : 链接对象数组,对应有href属性的<a href="">标记</p><p>anchors : 锚对象数组,对应有name属性的<a name="">标记</p><p>images : 图片对象数组,对应<img>标记</p></li><li><p>document对象的方法</p><p>close() : 用于关闭当前窗口以外的窗口</p><p>write() : 动态向页面写入内容</p><p>getElementById() : 获得指定ID值的对象</p><p>getElementsByName() :获得指定Name值的对象,返回数组</p><p>getElementsByTagName("tr") : 获得指定TagName的对象,返回数组</p><p>createElement() : 创建指定的HTML标记对象 var obj =createElement("input");</p></li></ul><p><strong>history对象</strong></p><p>属性</p><ul><li><p>current:窗口中当前所显示文档的URL</p></li></ul><p>方法</p><ul><li><p>back():装入历史表中的前一个页面,等效于单击浏览器的返回按钮</p></li><li><p>forward():装入历史表中的下一个页面,等效于单击浏览器上的前进按钮</p></li><li><p>go(string):装入历史表中URL字符串包含这个子串的最近一个文档</p></li><li><p>go(n): n>0时,装入历史表中的往前数第n个文档;n=0时,装入当前文档;n<0时,装入历史表中往后数第n个文档</p></li></ul><p><strong>location 对象</strong></p><p>属性</p><ul><li><p>hash</p></li><li><p>host</p></li><li><p>hostname</p></li><li><p>href</p></li></ul><p>方法</p><ul><li><p>assign(url):将URL直接赋值给location时,JavaScript调用此方法</p></li><li><p>reload():重新加载窗口</p></li><li><p>replace():替换窗口</p></li></ul><p>到此,关于“javascript文档对象模型是什么”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注创新互联网站,小编会继续努力为大家带来更多实用的文章!</p> <br> 文章题目:javascript文档对象模型是什么 <br> 当前URL:<a href="http://cxhlcq.com/article/poccsc.html">http://cxhlcq.com/article/poccsc.html</a> </div> </div> </div> <div class="other container"> <h3>其他资讯</h3> <ul> <li> <a href="/article/hiigdi.html">go语言遍历中文符串 go拼接字符串</a> </li><li> <a href="/article/hiiipg.html">c语言中怎么调用一个函数 C语言怎么调用函数</a> </li><li> <a href="/article/hiigde.html">关于linux命令qa的信息</a> </li><li> <a href="/article/hiigdg.html">oracle内存如何设定 oracle内存管理方式</a> </li><li> <a href="/article/hiiipd.html">vb.netchar vbnetchart绘制曲线图</a> </li> </ul> </div> <div class="footer"> <div class="foota container"> <div class="foot_nav fl col-lg-8 col-md-8 col-sm-12 col-xs-12"> <ul> <li class="col-lg-3 col-md-3 col-sm-3 col-xs-6"> <h3>网站制作</h3> <a href="http://seo.cdkjz.cn/wangzhan/" target="_blank">网站制作公司</a><a href="http://www.cxhljz.cn/" target="_blank">成都网站制作</a><a href="http://chengdu.cdcxhl.com/" target="_blank">成都网站制作</a><a href="http://www.wjzwz.com/" target="_blank">温江网站制作</a><a href="http://www.cdxtjz.com/" target="_blank">网站制作</a><a href="http://chengdu.cdcxhl.cn/qiye/" target="_blank">企业网站制作</a> </li> <li class="col-lg-3 col-md-3 col-sm-3 col-xs-6"> <h3>企业服务</h3> <a href="https://www.cdcxhl.com/link/" target="_blank">友情链接购买</a><a href="https://www.cdcxhl.com/service/ssl.html" target="_blank">ssl证书</a><a href="https://www.cdcxhl.com/service/icpbeian.html" target="_blank">ICP经营性备案</a><a href="https://www.cdcxhl.com/mianfei/zuo/chengdu.html" target="_blank">免费做网站</a><a href="https://www.cdcxhl.com/service/service.html" target="_blank">工商服务</a><a href="https://www.cdcxhl.com/shoulu/" target="_blank">分类目录网站</a> </li> <li class="col-lg-3 col-md-3 col-sm-3 col-xs-6"> <h3>网站建设</h3> <a href="http://www.cdkjz.cn/fangan/store/" target="_blank">成都电商网站建设方案</a><a href="https://www.cdxwcx.com/city/guanghan/" target="_blank">广汉网站建设</a><a href="http://www.cdkjz.cn/wangzhan/pinpai/" target="_blank">成都品牌网站建设</a><a href="https://www.cdcxhl.com/mianfei/jianshe/chengdu.html" target="_blank">成都免费网站建设公司</a><a href="http://www.kswcd.cn/" target="_blank">专业网站建设</a><a href="http://www.cxjianzhan.com/baojia/" target="_blank">网站建设策划方案</a> </li> <li class="col-lg-3 col-md-3 col-sm-3 col-xs-6"> <h3>服务器托管</h3> <a href="http://www.cdxwcx.cn/tuoguan/mianyang.html" target="_blank">绵阳机房托管</a><a href="https://www.cdcxhl.com/idc/yidong.html" target="_blank">移动服务器托管</a><a href="https://www.cdcxhl.com/idc/guanghua.html" target="_blank">光华服务器托管</a><a href="https://www.cdcxhl.com/cqtuoguan.html" target="_blank">重庆服务器托管</a><a href="https://www.cdcxhl.com/idc/cqstsanx.html" target="_blank">重庆水土三线托管</a><a href="https://www.cdcxhl.com/idc/ershu.html" target="_blank">二枢服务器托管</a> </li> </ul> </div> <div class="footar fl col-lg-4 col-md-4 col-sm-12 col-xs-12"> <p>全国免费咨询:</p> <b>400-028-6601</b> <p>业务咨询:028-86922220 / 13518219792</p> <p>节假值班:18980820575 / 13518219792</p> <p>联系地址:成都市太升南路288号锦天国际A幢1002号</p> </div> </div> <div class="footb"> <div class="copy container"> <div class="fl">Copyright © 成都创新互联科技有限公司重庆分公司 <a href="https://beian.miit.gov.cn/" target="_blank">渝ICP备2021005571号</a></div> <!--<div class="fr"><a href="https://www.cdxwcx.com/" target="_blank">成都网站建设</a>:<a href="https://www.cdcxhl.com/" target="_blank">创新互联</a></div>--> </div> </div> <div class="link"> <div class="container"> 友情链接:: <a href="https://www.cdcxhl.com/" target="_blank">成都网站建设</a> <a href="https://www.cdcxhl.com/city/chongqing.html" target="_blank">重庆网站建设</a> <a href="">四川网站建设</a> <a href="">重庆建设网站</a> <a href="https://www.cdxwcx.com/jifang/xiyun.html" target="_blank">移动服务器托管</a> <a href="http://www.cdfuwuqi.com/" target="_blank">成都服务器托管</a> <a href="https://www.cdcxhl.cn/" target="_blank">云服务器</a> <a href="http://www.cdhuace.com/" target="_blank">广告设计制作</a> <a href="https://www.cdcxhl.com/sheji/chongqing.html" target="_blank">重庆网页设计</a> <a href="https://www.cdcxhl.com/zuo/chongqing.html" target="_blank">重庆做网站</a> <a href="https://www.cdcxhl.com/zhizuo/chongqing.html" target="_blank">重庆网站制作</a> <a href="">重庆网站建设</a> <a href="">重庆网站公司</a> <a href="">渝中网站制作</a> <a href="">重庆网站设计</a> </div> </div> </div> <div class="foot"> <ul class="public-celan"> <li> <a href="https://p.qiao.baidu.com/cps3/chatIndex?siteToken=6ce441ff9e2d6bedbdfc2a4138de449e&speedLogId=162260383240185e3_1622603832401_02407&eid=6256368&reqParam=%7B%22from%22%3A1%2C%22sessionid%22%3A%22-100%22%2C%22siteId%22%3A%2211284691%22%2C%22tid%22%3A%22-1%22%2C%22userId%22%3A%226256368%22%2C%22ttype%22%3A1%2C%22pageId%22%3A0%7D" target="_blank" class="a1 db tc"> <img src="/Public/Home/img/icon-23.png" alt="" class="db auto"> <span class="span-txt">在线咨询</span> </a> </li> <li> <a href="tel:18980820575" class="a1 db tc"> <img src="/Public/Home/img/icon-24.png" alt="" class="db auto"> <span class="span-txt">电话咨询</span> </a> </li> <li> <a target="_blank" href="tencent://message/?uin=1683211881&Site=&Menu=yes" class="a1 db tc"> <img src="/Public/Home/img/icon-25.png" alt="" class="db auto"> <span class="span-txt">QQ咨询</span> </a> </li> <li> <a target="_blank" href="tencent://message/?uin=532337155&Site=&Menu=yes" class="a1 db tc public-yuyue-up"> <img src="/Public/Home/img/icon-26.png" alt="" class="db auto"> <span class="span-txt">预约顾问</span> </a> </li> </ul> </div> <div class="customer"> <dl class="icon1"> <dt> <a href="tencent://message/?uin=1683211881&Site=&Menu=yes"> <i class="iconT"><img src="/Public/Home/img/QQ.png" alt=""></i> <p>在线咨询</p> </a> </dt> </dl> <dl class="icon2"> <dt><i><img src="/Public/Home/img/weixin.png" alt=""></i><p>微信咨询</p></dt> <dd><img src="/Public/Home/img/ewm.png"></dd> </dl> <dl class="icon3"> <dt><i><img src="/Public/Home/img/dianhua.png" alt=""></i><p>电话咨询</p></dt> <dd> <p>028-86922220(工作日)</p> <p>18980820575(7×24)</p> </dd> </dl> <dl class="icon4"> <dt class="sShow"> <a href="tencent://message/?uin=244261566&Site=&Menu=yes"> <i><img src="/Public/Home/img/dengji.png" alt=""></i><p>提交需求</p> </a> </dt> </dl> <dl class="icon5"> <dt class="gotop"> <a href="#top"> <i><img src="/Public/Home/img/top.png" alt=""></i><p>返回顶部</p> </a> </dt> </dl> </div> </body> </html> <script> $(".con img").each(function(){ var src = $(this).attr("src"); //获取图片地址 var str=new RegExp("http"); var result=str.test(src); if(result==false){ var url = "https://www.cdcxhl.com"+src; //绝对路径 $(this).attr("src",url); } }); window.onload=function(){ document.oncontextmenu=function(){ return false; } } </script>