tryjs_write 在线代码实例
HTML
CSS
JavaScript
Result
运行
保存
全屏
右侧展示
实时查看
主题:
<h1>我的第一个 Web 页面</h1> <p>我的第一个段落。</p> <script> document.write(Date()); </script>