This function is primarily used to obtain the runtime context and can only be used in the function component.
Used to get Request Context.
When SSR is enabled, uniform request contexts can be obtained in both the node environment and the browser-side environment.
The slightly different is that the node environment also supports setting response headers, response codes, and provides Logger logs and Metrics management.
when ssr is disabled, only the part of information that can be obtained in the browser environment is included.