- 제출된 URL:
- https://gxb.wsgxb.sbs/
- 보고서 완료:
링크 · 3개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://xingchencloud.top/ | 叶玖洛 |
https://hitokoto.cn/ | 一言 |
https://api.paugram.com/help/bing | 保罗 |
JavaScript 변수 · 10개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
fetchServerTime | function |
padZero | function |
updateCountdown | function |
fetchHitokoto | function |
setAutoColor | function |
getAverageRGB | function |
initCountdown | function |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="zh"><head>
<meta charset="UTF-8">
<title>高考倒计时</title>
<link rel="stylesheet" href="gk.css">
<script src="gk.js"></script>
</head>
<body>
<div class="overlay"></div> <!-- 浅灰色遮罩层 -->
<div class="content">
<h1 class="auto-color">距离 <span id="year" class="dynamic-color">2025</span> 年高考还有 <span id="days" class="dynamic-color">186</span> 天</h1>
<div id="countdown" class="countdown auto-color" style="display: block;">
<span id="hours" class="dynamic-color">19</span>时
<span id="minutes" class="dynamic-color">33</span>分
<span id="seconds" class="dynamic-color">46</span>秒
</div>
<div id="greeting" class="greeting auto-color" style="display: none;"></div>
<div id="hitokoto" class="hitokoto auto-color">愿你有一天能和你最重要的人重逢。 -- 可塑性记忆的影评</div>
</div>
<!-- 页脚 -->
<footer>
<p>本页面由 <a target="_blank" href="https://xingchencloud.top/">叶玖洛</a> 制作,随机一言功能基于 <a target="_blank" href="https://hitokoto.cn/">一言</a> API 实现。Bing每日壁纸背景API由 <a target="_blank" href="https://api.paugram.com/help/bing">保罗</a> 提供。</p>
</footer>
</body></html>