标签:servletpath
java.lang.String getServletPath()
This method will return an empty string ("") if the servlet used to process this request was matched using the "/*" pattern.
String
containing the name or path of the servlet being called, as specified in the request URL, decoded, or an empty string if the servlet used to process the request is matched using the "/*" pattern.
标签:servletpath
原文地址:http://blog.csdn.net/hephec/article/details/39612919