Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:作业写完整
<body>
<button onclick="console.log('asdfasdf');">按钮1</button>
<button onclick="setbg(this)">按钮2</button>
<script>
// function setbg(ele) {
// document.body.style.backgroundColor = "wheat";
// ele.style.backgroundColor = "yellow";
// ele.textContent = "保存成功";
// }
</script>
<script src="outer.js"></script>
</body>