ホームページ >ウェブフロントエンド >htmlチュートリアル >JSP page_html/css_WEB-ITnose に別の JSP ページを含める方法
JSP ページ内の同じディレクトリに別の JSP ページをインクルードしたいのですが、使用されるステートメントは f45fa1cfbc34ebd72ab9874deedec0fa ですが、Myeclipse はエラーを報告します
エラー メッセージ:
この行に複数のアノテーションが見つかりました:
- 重複したローカル変数
BasePath
- 重複したローカル変数のパス
- 重複したローカル変数
BasePath
- 重複したローカル変数のパス
ディスカッションへの返信 (解決策) )
コードを貼り付けます
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><% 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"> --><style type="text/css">body { background: url(image/projectBG.jpg);}.head { margin-top: 50px; text-align: center; font-size: 24px; color: #FF9933;}.head pre { font-weight: 900;}.blog { text-align: center; margin-top: 100px;}.blog a { color: red; font-size: 20px;}</style></head><body> <div class="head"> <pre style="font-weight:900">${project}栏目