以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);
ABOUTYOU
相关分类