标题:谁能帮忙解释一下每条语句的意思啊,谢谢啦!
只看楼主
我就一菜鸟
Rank: 1
等 级:新手上路
帖 子:5
专家分:1
注 册:2012-8-9
 问题点数:0 回复次数: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 
2012-08-10 09:28



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-375010-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.535892 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved