- 掃描 ID:
- 5b8d9552-9f6e-44b9-82b1-f7183cca4af3已完成
- 已提交的 URL:
- https://gxb.wsgxb.sbs/
- 報告完成時間:
連結 · 找到 3 個
從頁面中識別的傳出連結
連結 | Text |
---|---|
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 條
記錄到 Web 主控台的訊息
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>