Files
um-all-index-web/testtttttt.html
T
2022-08-08 17:52:37 +08:00

21 lines
516 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>testttttttt</title>
<script src="js/function.js?v=1"></script>
</head>
<body>
</body>
</html>
<script>
Printf("login test");
var rt=Post_Html("https://ark.boxz.dev/api/club_signin/","account=test&password=12345");
var jss=Get_Json(rt);
Printf(jss);
</script>