摘要: 新闻详细页实现 const http = require("http"); const fs = require("fs"); const mime = require("./data/mime.json"); const path = require("path"); const cheoor = 阅读全文
posted @ 2020-03-11 19:26 JackAfan 阅读(151) 评论(0) 推荐(0)
setTimeout(function(){ let aImg = document.querySelectorAll("img"); aImg.forEach(img=>{ img.alt = "" }) console.log("去除img-alt成功") },1000)