ops_interface/expirt_service.html
2020-03-20 14:34:27 +08:00

31 lines
741 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h2>不思议英雄数据清理工具</h2>
<main>
<a href="#"><img src="http://cdn.freecodecamp.cn/relaxing-cat.jpg" alt="不思议英雄数据清理工具"></a>
<p>请输入需要清理的账号名称如6001_3100_xxxx</p>
<script type="text/javascript" src="jquery-1.8.0.min.js"></script>
<script type="text/javascript">
function get() {
$.get()
}
</scripttype>
<form action="/submit-cat-photo">
<input type="text" name = "accountid" placeholder="账号ID">
<button type="submit" onclick="get()">提交</button>
</form>
</main>
</body>
</html>