动态设置网页背景图片

来源:互联网 发布:大数据小数据融合 编辑:程序博客网 时间:2024/05/01 05:52
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="java.util.*"%>
<HTML>
<BODY bgcolor=white text=red background="<%=n%>.jpg">
<%
int n=Math.abs(new Random().nextInt()%10)+1;
%>
</BODY>
</HTML> 
原创粉丝点击