用户:洞穴夜莺/common.js:修订间差异

删除130字节 、​ 2020年8月30日 (星期日)
无编辑摘要
无编辑摘要
无编辑摘要
window.onload = function() {
alert("Run common.js");
var big = document.getElementById("cave_big");
if(big)
big.innerHTML = "<font size=100px>" + big.innerHTML + "</font>";
console.log(big);
}
831

个编辑