alert() not working in Chrome

后端 未结 5 2235
南旧
南旧 2020-12-05 20:05

\"error\"

\'nuff said. I have absolutely no clue why using alert() there wouldn\'t work. It works perfectly in

5条回答
  •  一生所求
    2020-12-05 21:05

    put this line at the end of the body. May be the DOM is not ready yet at the moment this line is read by compiler.

    "
    

提交回复
热议问题