Request 請求

自訂屬性

新增

req.setAttribute( name , object )

刪除

req.removeAttribute( name )

取得

req.getAttribute( name )

取得所有 name

req.getAttributeNames(),得到 Enumeration<String>

Last updated

Was this helpful?