Javascript基础知识点总结、十
发布日期:2021-04-30 21:06:44 浏览次数:73 分类:精选文章

本文共 1715 字,大约阅读时间需要 5 分钟。

JavaScript????????

JavaScript??BOM??

????????Browser Object Model?BOM??JavaScript???????????????????????????????????Window????????????????????

1.Window ??

Window???BOM?????????????????????????????????????????????

1.1 ?????????

???????????????????????????

  • ?????????Chrome?Firefox?Safari???

    • window.innerHeight?????????????
    • window.innerWidth?????????????
  • ??IE8??????

    • document.documentElement.clientHeight?????????????
    • document.documentElement.clientWidth?????????????
    • ?? document.body.clientHeight ? document.body.clientWidth

????????????????????????????

 

1.2 Window ?????

Window??????????????????

  • open(URL, name, features, replace)

?????????????????????????

  • URL????????????????????
  • name????????????? <a> ? <form> ? target ??
  • features??????????????????
  • replace??????????????????????

?????

 

???????`open()` ??? `Document.open()` ??????????? `Window.open()`

close() ??

close() ??????????????????????

  • ???? JavaScript ?????????
  • ???????????????

?????

 

2.JavaScript????

JavaScript ????????????

  • window.alert("sometext")??????
  • window.confirm("sometext")????????????
  • window.prompt("sometext", "defaultvalue")????????????? null

?????

 

???`window.confirm()` ?? `true` ? `false`?`window.prompt()` ?????? `null`

3.Window Screen ??

Window.screen ?????????????

  • screen.width ? screen.height??????????
  • screen.availWidth ? screen.availHeight????????????
  • screen.colorDepth????????
  • screen.pixelDepth????????

?????

 

4.Window Location ??

Window.location ?????????????????

  • location.href???????? URL
  • location.pathname??? URL ?????
  • location.search??? URL ????????????
  • location.assign()???????

?????

 

???`window.location.href` ?????????? URL?

 

???`window.location.href` ????? `window.location.href=("url ?string")` ???

window.location.href ?????

?????

 
上一篇:JavaBase-IO流-转换流
下一篇:Java--PATH环境变量

发表评论

最新留言

网站不错 人气很旺了 加油
[***.192.178.218]2026年06月04日 15时36分29秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章