manyo 發表於 2024-8-17 00:29:22

KOMI

<!DOCTYPE html>
<html lang="zh-Hant">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Komica1 文章列表</title>
    <style>
      body {
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 20px;
      }
      .article-list {
            max-width: 100%;
            margin: 0 auto;
            background-color: #fff;
            padding: 15px;
            border-radius: 4px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      .article-list h2 {
            font-size: 20px;
            margin-bottom: 10px;
      }
      .article-list ul {
            list-style: none;
            padding: 0;
      }
      .article-list ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
      }
      .article-list ul li:last-child {
            border-bottom: none;
      }
      .article-list a {
            text-decoration: none;
            color: #1a0dab;
      }
      .article-list a:hover {
            text-decoration: underline;
      }
    </style>
</head>
<body>

<div class="article-list">
    <h2>最新文章</h2>
    <ul id="articleList">
      <!-- 文章列表将显示在这里 -->
    </ul>
</div>

<script>
    async function fetchArticles() {
      try {
            const response = await fetch('https://komica1.org/'); // 跨域请求可能会被阻止
            const text = await response.text();
            const parser = new DOMParser();
            const doc = parser.parseFromString(text, 'text/html');
            const articles = doc.querySelectorAll('.post a'); // 修改选择器以匹配文章链接

            const articleList = document.getElementById('articleList');
            articles.forEach(article => {
                const listItem = document.createElement('li');
                const link = document.createElement('a');
                link.href = article.href;
                link.textContent = article.textContent;
                listItem.appendChild(link);
                articleList.appendChild(listItem);
            });
      } catch (error) {
            console.error('抓取文章时发生错误:', error);
            const articleList = document.getElementById('articleList');
            articleList.innerHTML = '<li>无法抓取文章列表,请检查跨域设置或使用服务器端抓取。</li>';
      }
    }

    fetchArticles();
</script>

</body>
</html>
頁: [1]
查看完整版本: KOMI

一粒米 | 中興米 | 論壇美工 | 設計 抗ddos | 天堂私服 | ddos | ddos | 防ddos | 防禦ddos | 防ddos主機 | 天堂美工 | 設計 防ddos主機 | 抗ddos主機 | 抗ddos | 抗ddos主機 | 抗攻擊論壇 | 天堂自動贊助 | 免費論壇 | 天堂私服 | 天堂123 | 台南清潔 | 天堂 | 天堂私服 | 免費論壇申請 | 抗ddos | 虛擬主機 | 實體主機 | vps | 網域註冊 | 抗攻擊遊戲主機 | ddos |