<%@ page language="java" contentType="text/html" pageEncoding="utf-8"%> <html> <head> <title>背景</title> <style type="text/css"> body{background-image: url(images/4.jpg);background-repeat: repeat-x; } </style> </head> <body></body> </html>