<head>
    <script type="text/javascript" src="/js/jquery.min.js" crossorigin="anonymous"></script>
    <link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous">
    <script type="text/javascript" src="/js/bootstrap.min.js" crossorigin="anonymous"></script>

    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
&family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="/css/style.css">
    <title>心意答</title>
</head>

<body>
    <a class="btn btn-info" href="/score"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a><br>
    <div class="page-header">
        <h1>
            如何破解心意答接口
            <small></small>
        </h1>
    </div>
    <div class="page-header">
        <h2>
            一、观察浏览器请求
            <small></small>
        </h2>
        我们打开查分页面,F12 进入控制台,观察到一系列请求,但对我们重要的只有三个:
    </div>
</body>