![]() |
#2
fty1232008-05-08 09:45
强制转换
|
<meta http-equiv="refresh" content="1;url=<%=request.getContextPath()%>/profileSelected.do?profileId=<%=profile.getId()%>&profile=<%=profile%>">
我传的是profile对象 我在另外一个页面用request.getParameter("profile"); 接的只是一个String类型 怎么才能接受到那个对象呀??