广州便宜小妹上门:请问getservletcontext()方法是干什么的?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/11 02:44:50
谢谢
ServletContext context=(这里写什么).getServletContext();
这个是什么意思呀?

你试试写this可不可以,或写page

this.getServletContext();
page.getServletContext();

这个不太常用