Home  >  Q&A  >  body text

window.screen.width里的window可以不写吗?

为什么我写document.write(screen.width);和document.write(window.screen.width);是一样的结果,那么什么时候要用window什么时候不用呢

phpcn_u224phpcn_u2242860 days ago1011

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 22:55:19

    Can I omit the word window in window.screen.width? -PHP Chinese website Q&A-Can the window in window.screen.width not be written? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-19 13:36:38

    一般都可以省掉不写   看你的习惯咯    一个程序员不要去死记一些东西    用多了敲多自然就懂了

    reply
    0
  • Cancelreply