简单教程
提交运行
代码编辑器:
<style> body{ background:#f3f3f3 url('/static/i/javascript/basic/img_tree.png'); } </style> <script> function displayResult(){ document.body.style.backgroundRepeat="repeat-y"; } </script> <button type="button" onclick="displayResult()">垂直重复背景图像</button> <br> <h1>Hello World!</h1> <p>这是一个段落</p>
运行结果: