User:Star0/User:Star0/Sandbox/1.js:修订间差异
小 (Star0移动页面User:Star0/User:Star0/sandbox/1.js至User:Star0/User:Star0/Sandbox/1.js,不留重定向:个人页面) |
无编辑摘要 |
||
(未显示同一用户的4个中间版本) | |||
第1行: | 第1行: | ||
(function() { | window.onload = function() { | ||
(function() { | |||
})(); | const test1 = document.querySelector("#test1"); | ||
console.log(test1.firstElementChild.firstElementChild.firstElementChild.src); | |||
test1.firstElementChild.firstElementChild.firstElementChild.src = "https://ice.frostsky.com/2024/09/20/185815f9e15db2942cbc0937eb8e19c9.png"; | |||
console.log("src change"); | |||
})(); | |||
}; |
2024年9月20日 (五) 21:34的最新版本
window.onload = function() {
(function() {
const test1 = document.querySelector("#test1");
console.log(test1.firstElementChild.firstElementChild.firstElementChild.src);
test1.firstElementChild.firstElementChild.firstElementChild.src = "https://ice.frostsky.com/2024/09/20/185815f9e15db2942cbc0937eb8e19c9.png";
console.log("src change");
})();
};