java吧 关注:1,222,340贴子:12,675,779
  • 0回复贴,共1

MyElipse 6.6在写这个的时候点不出来,为什么

取消只看楼主收藏回复

MyElipse 6.6在写这个的时候点不出来,为什么??前面也用过6.0 一样的.我见别人都点得出来.
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<%@ page import="javax.servlet.*" %>
<%
 request.getCharacterEncoding("GBK"); 
 
 String pid = request. 这里点不出来我想写的是getParameter("pid");
  
 %>
<%
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 'replyDeal.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>
    This is my JSP page. <br>
  </body>
</html>



IP属地:云南1楼2009-02-11 09:14回复