0
Follow
0
View

How to obtain the page data of the previous level through the agent

dead1999 注册会员
2023-02-25 13:17

1. You can use Ajax to access the upper level proxy page, get the data, and then pass the data to the lower level proxy page.

2. You can use JSONP to access the upper proxy page across domains, then fetch data, and then pass it to the lower proxy page.

3. You can use iframe to view the content of the upper-level proxy page as the content of the iframe, and then access the iframe in the lower-level proxy page to obtain the data of the upper-level proxy page.

About the Author

Question Info

Publish Time
2023-02-25 13:17
Update Time
2023-02-25 13:17