您的位置:首页 > 大数据 > 人工智能

URL Pattern的四种模式

2006-06-18 02:21 274 查看
 
There are only four standard URL patterns (and this applies to servlet
mappings and security constraints as well as filter mappings):

* Exact match (/foo)
* Path match (/foo/*)
* Extension match (*.foo)
* Default servlet (/) which is useful only for servlet mappings

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息