Open 审查元素 before sending. After sending, you can see the sending page in 审查元素-Network. Click to see the sending request and receiving headers. Or you can directly open chrome://net-internals/ before sending, and click the stop button on the net-internals page after sending. You can also capture the packet you want on the events page. I usually use the former, and when that doesn't work, I use the latter.
Press F12, open the console, right-click, select Log XMLHttpRequest, and you can see the logs submitted asynchronously using AJAX. Click on the log to see the submitted data.
Open
![](http://img.php.cn/upload/image/000/000/000/88a1593ae84dbd93e1fa289e88e89433-0.png)
审查元素
before sending. After sending, you can see the sending page in审查元素-Network
. Click to see the sending request and receiving headers. Or you can directly openchrome://net-internals/
before sending, and click thestop
button on the net-internals page after sending. You can also capture the packet you want on theevents
page. I usually use the former, and when that doesn't work, I use the latter.Press F12, open the console, right-click, select Log XMLHttpRequest, and you can see the logs submitted asynchronously using AJAX. Click on the log to see the submitted data.
![](http://img.php.cn/upload/image/000/000/000/6939084cd8c6004b6f51fb8e9e51a25a-0.jpg)
Try it and see if you can see the post.
I just gave it a try, no, still no