以image從同一文件夾index和javaScript文件都在,但由于某種原因,它不會加載。它給我的錯誤是,"Failed to load resource: the server responded with a status of 404 (Not Found)"var img = dcoument.createElement("IMG");img.height = 500;img.width = 340;img.src = '/img.jpg';document.getElementById("addImgHere").appendChild(img);
從與 script.js 相同的文件夾中獲取圖像,但圖像未加載
飲歌長嘯
2021-06-15 17:00:29