🌈 搜索
📅  最后修改于: 2022-03-11 15:03:56.098000             🧑  作者: Mango
let x = 2; let y = 4; document.write("x = " + x + "" ) document.write("y = " + y)