explain02.jsp
603 Bytes
<%@ page language="java" contentType="text/html; charset=UTF-8" isELIgnored="true"%>
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript" src="/formmode/js/jquery/jquery-1.8.3.min_wev8.js"></script>
<style type="text/css">
*{
font-family: Microsoft YaHei;
font-size: 12px;
}
html,body{
margin: 0px;
padding: 0px;
}
</style>
<script type="text/javascript">
window.onload = function(){
};
</script>
</head>
<body>
<div style="height: 300px; text-align: center; line-height: 300px;font-size: 16px;font-weight: bold;">DEMO 页面, 高度300px</div>
</body>
</html>