In node.js, how do I read the background colour attribute of the DOM body?

后端 未结 0 1006
走了就别回头了
走了就别回头了 2020-12-11 04:09

When a popup pops up, I change the background colour of the parent page to dark grey:

 document.body.style.backgroundColor = "darkGray";


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题