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

添加117字节 、​ 2020年8月30日 (星期日)
无编辑摘要
无编辑摘要
无编辑摘要
第1行: 第1行:
console.log("JavaScript!");
window.onload = ()=> {
    let big = document.getElementById("cave_big");
    big.innerHTML = "<font size=100px>" + big.innerHTML + "</font>";
}
833

个编辑