求助request
在jsp中,我用request.getAttribue("a1");能取到直,但
用:String str ="a1";request.getAttribute(str);却为空
如何解决,我的"a1"是动态的?
在jsp中,我用request.getAttribue("a1");能取到直,但
用:String str ="a1";request.getAttribute(str);却为空
如何解决,我的"a1"是动态的?
2007-05-09 17:26