c++游戏服务器http与web前端交互

来源:互联网 发布:js 设置元素的属性值 编辑:程序博客网 时间:2024/06/05 18:54

html页面代码如下:

<!DOCTYPE html><html><head><meta charset=utf-8><meta name=description content=""><meta name=viewport content="width=device-width, initial-scale=1">    <title></title></head><body>    <form action="http://192.168.5.207:81" method="post" accept-charset="utf-8">        command:<input type="text" name="command">        server_id:<input type="text" name="server_id">        command_cls:<input type="text" name="command_cls">command_content:<input type="text" name="command_content">type:<input type="text" name="type">account:<input type="text" name="account">money:<input type="text" name="money">order_no:<input type="text" name="order_no">platform:<input type="text" name="platform">        <input type="submit" name="提交">    </form></body></html>