A.通過cookie B.利用文件系統(tǒng) C.利用數(shù)據(jù)庫 D.通過ServletContext對象
A.init() B.main() C.service() D.doGet()
A.Select * from 員工 where 姓名 =’_瑪麗_’ B.Select * from 員工 where 姓名 =’%瑪麗_’ C.Select * from 員工 where 姓名 like ‘_瑪麗%’ D.Select * from 員工 where 姓名 like ‘%瑪麗%’