useRequestEvent在您的页面、组件和插件中,您可以使用 useRequestEvent 来访问传入的请求。js// 获取底层请求事件 const event = useRequestEvent() // Get the URL const url = event.node.req.url 在浏览器中,useRequestEvent 将返回 undefined。