vue中提示 Object is possibly ‘null‘

方案

let table = document.querySelector("body");
      if (table) {
        table.setAttribute("style", "background-color:#f7f7f7");
      }
      // document
      //   .querySelector("body")
      //   .setAttribute("style", "background-color:#f7f7f7");
posted @ 2021-02-05 15:18  少年。  阅读(1668)  评论(0编辑  收藏  举报