url 里使用post提交

 

 

data:text/html;charset=utf-8,<!DOCTYPE html>
        <html>
        <body>
            <form id="hackForm" action="{req.url}" method="POST">
<input type="text" name="{name}" value="{value}"><br>
</form>
            <script>document.getElementById('hackForm').submit();</script>
        </body>
        </html>

 

posted @ 2023-03-08 16:44  AngDH  阅读(48)  评论(0编辑  收藏  举报