page contentType=texthtml;charset=UTF-8 language=java htmlhead titleTitletitleheadbodyimg src=EwenjianDictqpngbodyhtml添加一个背景图
<p><%@ page contentType="text/html;charset=UTF-8" language="java" %></p>
<html>
<head>
<title>Title</title>
<style>
body {
background-image: url(E:\wenjian\Dict\background.jpg);
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<img src="E:\wenjian\Dict\q.png">
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/hv6L 著作权归作者所有。请勿转载和采集!