把PHP转换为JSP代码,急用啊,谢谢!

来源:百度知道 编辑:UC知道 时间:2024/06/22 20:35:53
大家帮我看看,把这个PHP网页转换为JSP网页!谢谢!

demo.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>KindEditor 3.0</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="../examples/index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="ke-content">
<?php
echo($_POST['content']);
?>
</div>
<center>
<br />
<br />
<input type="button

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>KindEditor 3.0</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="../examples/index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="ke-content">
<%
Response.Write request.Form("content")
%>
</div>
<center>
<br />
<br />
<input type="button" value="后退" onclick="javasc