用jsp写一个简单的hello world 的程序
<html>
<head>
<title>Welcome</title>
</head>
<body>
<center>Hello World</center>
</body>
</html>
联系方式
<html>
<head>
<title>Welcome</title>
</head>
<body>
<center>Hello World</center>
</body>
</html>