把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> 展开
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> 展开
1个回答
展开全部
<!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>
<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>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |