You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
654 B
20 lines
654 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>平台查询</title>
|
|
<link rel="stylesheet" href="/statics/layui/css/layui.css">
|
|
</head>
|
|
<body>
|
|
<form class="layui-form" action="select" method="post">
|
|
<div>
|
|
查询平台:<input type="text" size="50" name='name' placeholder="请输入查询平台" autocomplete="off">
|
|
</div>
|
|
<div class="layui-form-item">
|
|
<div class="layui-input-block">
|
|
<button class="layui-btn" lay-submit lay-filter="formDemo" href="/select?name=name">查询</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html> |