首页 > 其他分享 >url 里使用post提交

url 里使用post提交

时间:2023-03-08 16:59:32浏览次数:34  
标签:utf url text charset 提交 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>

 

标签:utf,url,text,charset,提交,post
From: https://www.cnblogs.com/angdh/p/17192587.html

相关文章