2024年1月12日发(作者:)
target:是跳转要指定的目标。_blank:是不覆盖本界面从新打开一个新界面
可以写在jsp、html。Js里面,在任意地方都可以使用
'
';
界面如下
这是获取界面传递上来的参数
<%@ page language="java" import=".*" pageEncoding="UTF-8"%>
<%
String path = textPath();
String basePath = eme() + "://"
+ verName() + ":" + verPort()
+ path + "/";
String id="" ;
String show="" ;
String time="";
if(ameter("id")!=null){
}
if(ameter("show")!=null){
}
if(ameter("time")!=null){
}
time= ameter("time");
show= ameter("show");
id= ameter("id");
%>
这是进行界面间的跳转