菜鸟教程 tryjsref_onpageshow 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <h1>Hello World!</h1>
<script>
function myFunction() {
    alert("Welcome!");
}
</script>