直接调用接口页面代码 或 页面调试接口

来源:互联网 发布:linux 统计ip访问流量 编辑:程序博客网 时间:2024/06/05 16:05
<!DOCTYPE html>
<html>


<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="width=device-width, initial-scale=1" name="viewport">
    <meta content="测试" name="description">
    <meta content="测试" name="author">
    <title>测试</title>
</head>


<body>
    <form id="export" action="http://1271.0.0.1:8082/api/Test/TableAdd" method="POST">
         <input name="token" value="f81a93ac-fbe4-4d8a-ae0d-c14ca4cd8361"/>
 
         <input type="submit" value="test"/>
    </form>
</body>


</html>
原创粉丝点击