实例代码
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>开创者教程(kaicz.com)</title>
<style>
body {
background-image:url('/uploads/20250401/square.jpg');
background-repeat:repeat-y;
}
</style>
</head>
<body>
<h1>我的第一个标题</h1>
<p>我的第一个段落。</p>
</body>
</html>