当前位置: 代码迷 >> Java Web开发 >> 谁能帮忙解释一下每条语句的意思啊,谢谢啦!
  详细解决方案

谁能帮忙解释一下每条语句的意思啊,谢谢啦!

热度:52   发布时间:2012-08-10 09:28:11.0
谁能帮忙解释一下每条语句的意思啊,谢谢啦!
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>

<%
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>比昨天更努力</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>
搜索更多相关主题的帖子: head  html  content  PUBLIC  import  

----------------解决方案--------------------------------------------------------