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

大家帮我看看,把这个PHP网页转换为JSP网页!谢谢!demo.php<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitiona... 大家帮我看看,把这个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" value="后退" onclick="javascript:history.back();" />
</center>
</body>
</html>
展开
 我来答
dsheen
2009-09-03 · TA获得超过898个赞
知道大有可为答主
回答量:1874
采纳率:0%
帮助的人:1329万
展开全部
<!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="javascript:history.back();" />
</center>
</body>
</html>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式