SpringMVC中获得HttpRequest对象的方法时间:2021-08-05 04:05:351. 使用@autowired注入HttpRequest 2. 在方法中直接声明形参有HttpRequest即可。 3. 使用一个Listener,然后获取。