您的位置:首页 > 理论基础 > 计算机网络

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

2017-07-19 15:09 197 查看
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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: