js输出
时间:2020-06-01 13:46:07
收藏:0
阅读:58
<script type="text/javascript">
alert("警告框");
document.write("输出到文档");
console.log("s输出到控制台");
</script>
评论(0)