So we introduce an embedded framework to solve this problem. The specific principle is: when the form submits data, it does not set the submission target to the current page, but an embedded framework in the current page.
First you should insert an embedded frame under the body:
Copy the code