为了账号安全,请及时绑定邮箱和手机立即绑定

报错了但仍能运行

//img1.sycdn.imooc.com//59ec73b5000117c318010095.jpg


提示是这样的,我把这段

<%@ page language="java" import="java.util.*" contentType="text/html; charset=utf-8"%>

<%

String path = request.getContextPath();

String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

  <head>

    <base href="<%=basePath%>">

    

    <title>My JSP 'index.jsp' starting page</title>

<meta http-equiv="pragma" content="no-cache">

<meta http-equiv="cache-control" content="no-cache">

<meta http-equiv="expires" content="0">    

<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">

<meta http-equiv="description" content="This is my page">

<!--

<link rel="stylesheet" type="text/css" href="styles.css">

-->

  </head>

  

  <body>

     <h1>使用MyEclipse创建Servlet小例子</h1>

    <hr>

    <a href="servlet/HelloServlet">Get方式请求HelloServlet</a><br>

    <form action="servlet/HelloServlet" method="post">

      <input type="submit" value="Post方式请求HelloServlet"/> 

    </form>

  </body>

</html>

替换成老师的就没有问题了。

请指教

正在回答

1 回答

你把 contentType="text/html;   和  charset=utf-8"% 之间的空格删除一下试试

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

报错了但仍能运行

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信