Files

1213 lines
48 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#222"><meta name="generator" content="Hexo 6.3.0">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png">
<link rel="mask-icon" href="/images/logo.svg" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css" integrity="sha256-VHqXKFhhMxcpubYf9xiWdCiojEbY9NexQ4jh8AxbvcM=" crossorigin="anonymous">
<script class="next-config" data-name="main" type="application/json">{"hostname":"toozhao.com","root":"/","images":"/images","scheme":"Muse","darkmode":false,"version":"8.28.0","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12,"b2t":true,"scrollpercent":true},"hljswrap":true,"codeblock":{"theme":{"light":"default","dark":"stackoverflow-dark"},"prism":{"light":"prism","dark":"prism-dark"},"copy_button":{"enable":true,"style":"mac"},"fold":{"enable":false,"height":500},"language":false},"bookmark":{"enable":true,"color":"#222","save":"auto"},"mediumzoom":true,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":false,"async":false,"duration":200,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"prism":false,"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"},"path":"/search.xml","localsearch":{"enable":true,"top_n_per_article":5,"unescape":false,"preload":false,"trigger":"auto"}}</script><script src="/js/config.js" defer></script>
<meta name="description" content="分享编程、运维、生活与思考">
<meta property="og:type" content="website">
<meta property="og:title" content="大染志">
<meta property="og:url" content="https://toozhao.com/page/30/">
<meta property="og:site_name" content="大染志">
<meta property="og:description" content="分享编程、运维、生活与思考">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Junv">
<meta property="article:tag" content="junv, wahyd4, blog, toozhao, 大染志">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://toozhao.com/page/30/">
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":true,"isPost":false,"lang":"zh-CN","comments":"","permalink":"","path":"page/30/index.html","title":""}</script>
<script class="next-config" data-name="calendar" type="application/json">""</script>
<title>大染志</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/medium-zoom/1.1.0/medium-zoom.min.js" integrity="sha256-ZgMyDAIYDYGxbcpJcfUnYwNevG/xi9OHKaR/8GK+jWc=" crossorigin="anonymous" defer></script>
<script src="/js/utils.js" defer></script><script src="/js/sidebar.js" defer></script><script src="/js/next-boot.js" defer></script><script src="/js/bookmark.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-generator-searchdb/1.5.0/search.js" integrity="sha256-xFC6PJ82SL9b3WkGjFavNiA9gm5z6UBxWPiu4CYjptg=" crossorigin="anonymous" defer></script>
<script src="/js/third-party/search/local-search.js" defer></script>
<style>
/* =========================================================
Toozhao blog custom styles (injected via head.njk)
阅读体验优化 — 微信读书风格
========================================================= */
html { scroll-behavior: smooth; }
/* 主内容阅读宽度 */
.post-block, .posts-expand .post-block {
max-width: 760px;
}
.post-title {
font-size: 1.7em;
font-weight: 700;
letter-spacing: 0.01em;
}
.post-meta { color: #999; font-size: 0.9em; }
.post-body {
font-size: 1.05em;
line-height: 1.9;
letter-spacing: 0.02em;
color: #333;
}
.post-body p {
margin: 1.1em 0;
text-align: justify;
text-justify: inter-ideograph;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
line-height: 1.4;
margin-top: 1.6em;
margin-bottom: 0.8em;
font-weight: 600;
color: #222;
}
.post-body h2::before, .post-body h3::before, .post-body h4::before {
content: '';
display: inline-block;
width: 4px;
height: 0.9em;
background: #4a90d9;
border-radius: 2px;
margin-right: 10px;
vertical-align: -0.08em;
}
.post-body img {
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
margin: 0.6em auto;
display: block;
max-width: 100%;
}
.post-body blockquote {
border-left: 4px solid #4a90d9;
background: rgba(74, 144, 217, 0.06);
margin: 1.4em 0;
padding: 0.8em 1.2em;
border-radius: 0 8px 8px 0;
color: #555;
}
.post-body blockquote p { margin: 0.4em 0; }
.post-body a {
color: #2d6cdf;
border-bottom: 1px solid rgba(45, 108, 223, 0.3);
transition: color 0.2s, border-color 0.2s;
}
.post-body a:hover { color: #1a4fae; border-bottom-color: #1a4fae; }
.post-body code {
background: rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 2px 6px;
font-size: 0.9em;
color: #c7254e;
}
.post-body table {
border-collapse: collapse;
margin: 1.2em auto;
font-size: 0.95em;
}
.post-body table th, .post-body table td {
border: 1px solid #ddd;
padding: 8px 14px;
}
.post-body table th { background: #f5f7fa; font-weight: 600; }
.post-body table tr:nth-child(even) { background: #fafbfc; }
.post-body ul, .post-body ol { padding-left: 1.6em; margin: 0.8em 0; }
.post-body ul li, .post-body ol li { margin: 0.35em 0; }
.post-body hr {
border: none;
border-top: 1px dashed #ccc;
margin: 2em auto;
width: 60%;
}
/* 暗色模式(跟随系统,不依赖 NexT darkmode class */
@media (prefers-color-scheme: dark) {
body { background: #1b1f24; color: #c8cdd3; }
.post-body { color: #c8cdd3; }
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 { color: #e8eaed; }
.post-body blockquote { background: rgba(74, 144, 217, 0.1); color: #9aa5b1; }
.post-body code { background: rgba(255, 255, 255, 0.1); color: #e88388; }
.post-body table th, .post-body table td { border-color: #3a3f45; }
.post-body table th { background: #2d3238; }
.post-body table tr:nth-child(even) { background: #262a2f; }
.post-meta { color: #777; }
}
::selection { background: rgba(74, 144, 217, 0.25); }
/* 字体调节按钮 */
.font-size-control {
position: fixed;
right: 18px;
bottom: 90px;
z-index: 1000;
background: rgba(0, 0, 0, 0.65);
color: #fff;
border-radius: 20px;
padding: 6px 4px;
display: flex;
flex-direction: column;
gap: 2px;
user-select: none;
}
.font-size-control button {
background: none;
border: none;
color: #fff;
font-size: 13px;
cursor: pointer;
padding: 3px 8px;
opacity: 0.85;
}
.font-size-control button:hover { opacity: 1; }
</style>
<noscript>
<link rel="stylesheet" href="/css/noscript.css">
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<div class="headband"></div>
<main class="main">
<div class="column">
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="切换导航栏" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<i class="logo-line"></i>
<h1 class="site-title">大染志</h1>
<i class="logo-line"></i>
</a>
<p class="site-subtitle" itemprop="description">Junv's blog</p>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger" aria-label="搜索" role="button">
<i class="fa fa-search fa-fw fa-lg"></i>
</div>
</div>
</div>
<nav class="site-nav">
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li><li class="menu-item menu-item-tags"><a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签</a></li><li class="menu-item menu-item-categories"><a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档</a></li><li class="menu-item menu-item-about"><a href="/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a></li>
<li class="menu-item menu-item-search">
<a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>搜索
</a>
</li>
</ul>
</nav>
<div class="search-pop-overlay">
<div class="popup search-popup">
<div class="search-header">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<div class="search-input-container">
<input autocomplete="off" autocapitalize="off" maxlength="80"
placeholder="搜索..." spellcheck="false"
type="search" class="search-input">
</div>
<span class="popup-btn-close" role="button">
<i class="fa fa-times-circle"></i>
</span>
</div>
<div class="search-result-container">
<div class="search-result-icon">
<i class="fa fa-spinner fa-pulse fa-5x"></i>
</div>
</div>
</div>
</div>
</header>
<aside class="sidebar">
<div class="sidebar-inner sidebar-overview-active">
<ul class="sidebar-nav">
<li class="sidebar-nav-toc">
文章目录
</li>
<li class="sidebar-nav-overview">
站点概览
</li>
</ul>
<div class="sidebar-panel-container">
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" alt="Junv"
src="/images/avatar.gif">
<p class="site-author-name" itemprop="name">Junv</p>
<div class="site-description" itemprop="description">分享编程、运维、生活与思考</div>
</div>
<div class="site-state-wrap animated">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">310</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">249</span>
<span class="site-state-item-name">标签</span></a>
</div>
</nav>
</div>
<div class="links-of-author animated">
<span class="links-of-author-item">
<a href="https://github.com/wahyd4" title="GitHub → https:&#x2F;&#x2F;github.com&#x2F;wahyd4" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a>
</span>
</div>
<div class="cc-license animated" itemprop="license">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" class="cc-opacity" rel="noopener" target="_blank"><img src="https://cdnjs.cloudflare.com/ajax/libs/creativecommons-vocabulary/2020.11.3/assets/license_badges/small/by_nc_sa.svg" alt="Creative Commons"></a>
</div>
</div>
</div>
</div>
</aside>
</div>
<div class="main-inner index posts-expand">
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/05/12/%E8%BF%9B%E5%86%B5/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/05/12/%E8%BF%9B%E5%86%B5/" class="post-title-link" itemprop="url">进况</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-05-12 22:00:00" itemprop="dateCreated datePublished" datetime="2009-05-12T22:00:00+10:00">2009-05-12</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>离高考还有27天,一切都在有条有序的进行 。这两天心头有点不平静 。现在只要心态平静,我觉得就好了 。加油!我对自己说。峻伟你是好样的!<a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="进况 - wahyd4 - 龙的博客" title="进况 - wahyd4 - 龙的博客"></a></p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/04/07/%E4%BA%B2%E7%88%B1%E7%9A%84%E6%9C%8B%E5%8F%8B%EF%BC%8C%E8%AF%B7%E4%B8%BA%E6%88%91%E5%96%9D%E5%BD%A9%EF%BC%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/04/07/%E4%BA%B2%E7%88%B1%E7%9A%84%E6%9C%8B%E5%8F%8B%EF%BC%8C%E8%AF%B7%E4%B8%BA%E6%88%91%E5%96%9D%E5%BD%A9%EF%BC%81/" class="post-title-link" itemprop="url">亲爱的朋友,请为我喝彩!</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-04-07 18:27:00" itemprop="dateCreated datePublished" datetime="2009-04-07T18:27:00+10:00">2009-04-07</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>今天,二诊成绩出来老!我第一次历史性的考老523分,南充市1985名!这是我高三以来最好的成绩!我想应该上老一本线老哦!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/04/02/%E9%83%81%E9%97%B7/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/04/02/%E9%83%81%E9%97%B7/" class="post-title-link" itemprop="url">郁闷</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-04-02 15:12:00" itemprop="dateCreated datePublished" datetime="2009-04-02T15:12:00+11:00">2009-04-02</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>狗日的高考查视力的,把老子的视力弄错老,郁闷!狗日的!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/04/01/%E4%BA%8C%E8%AF%8A%E8%80%83%E5%AE%8C%E8%80%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/04/01/%E4%BA%8C%E8%AF%8A%E8%80%83%E5%AE%8C%E8%80%81/" class="post-title-link" itemprop="url">二诊考完老</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-04-01 17:17:00" itemprop="dateCreated datePublished" datetime="2009-04-01T17:17:00+11:00">2009-04-01</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>考完老,觉得一般!离高考还有68天老</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/01/22/%E5%AF%92%E5%81%87%E7%AC%AC%E4%B8%80%E5%A4%A9%EF%BC%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/01/22/%E5%AF%92%E5%81%87%E7%AC%AC%E4%B8%80%E5%A4%A9%EF%BC%81/" class="post-title-link" itemprop="url">寒假第一天!</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-01-22 14:11:00" itemprop="dateCreated datePublished" datetime="2009-01-22T14:11:00+11:00">2009-01-22</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>寒假第一天,我很高兴,真的。。。。。。。。。。。。<a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/z2BXmmcNwM32rafnw23RNA==/3989907794874509847.jpg"><img src="http://img.bimg.126.net/photo/z2BXmmcNwM32rafnw23RNA==/3989907794874509847.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a>小乖乖,长得太乖了,好讨人喜欢!!!! </p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a></p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a> 脸都长○了!主要是吃得太好了!!!!!!1</p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a></p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a></p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a></p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/U0hXNjXOF6tV5pHHyiOsxA==/3989907794874509860.jpg"><img src="http://img.bimg.126.net/photo/U0hXNjXOF6tV5pHHyiOsxA==/3989907794874509860.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a></p>
<p><a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg"><img src="http://img.bimg.126.net/photo/Su2WRqjtj2OEDcggpst8qA==/5389682854056140458.jpg" alt="寒假第一天! - wahyd4 - 龙的博客" title="寒假第一天! - wahyd4 - 龙的博客"></a></p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/01/21/%E7%BB%88%E4%BA%8E%E6%94%BE%E5%81%87%E4%BA%86%E3%80%82%E3%80%82%E3%80%82%E3%80%82%E3%80%82/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/01/21/%E7%BB%88%E4%BA%8E%E6%94%BE%E5%81%87%E4%BA%86%E3%80%82%E3%80%82%E3%80%82%E3%80%82%E3%80%82/" class="post-title-link" itemprop="url">终于放假了。。。。。</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-01-21 14:38:00" itemprop="dateCreated datePublished" datetime="2009-01-21T14:38:00+11:00">2009-01-21</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>期待了很久的寒假终于来了。半年来我真的比以前努力了,想想以前高一,高二自己从来都没有像现在这样。莫办法,只有为了今年6月能取得好的结果。虽然只有10天的时间,我觉得差不多了,终于可以早上睡到自然醒,可以不去管迟到的后果了,也可以暂时放放手头的东西了。今天下午天气很好,现在阳光正晒在我的脸上,晒走了,好久以来的压抑心情。    过年了,就是要好好的耍下,好巴适哦!</p>
<p>    过年该如何耍呢,现在还莫得计划。想想从小就开始跟到他们搞点小赌博,在我们那个地方,我们那时候5,6岁就会诈金花,打麻将!哎好多哦,那个时候和我们耍的人太多了,打麻将都可以斗几桌。再看看现在,那种情况是不可能再出现了。好多的人都去做自己的事了,好怀念以前的时候哦!</p>
<p>    小时候想长大,长大就可以想做啥就做啥了,现在又想变小,变小了就有耍的人了!简直越大越不好耍老!</p>
<p>    但过年老就好老!希望我所有的亲人,朋友新的一年都是快快乐乐的!</p>
<p>    09年注定要改变我的一生!</p>
<p>    它是什么样子呢?好想它是我梦中的那个样子!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2009/01/21/%E7%BB%88%E4%BA%8E%E6%94%BE%E5%81%87%E4%BA%86%EF%BC%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2009/01/21/%E7%BB%88%E4%BA%8E%E6%94%BE%E5%81%87%E4%BA%86%EF%BC%81/" class="post-title-link" itemprop="url">终于放假了!</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2009-01-21 14:16:00" itemprop="dateCreated datePublished" datetime="2009-01-21T14:16:00+11:00">2009-01-21</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>期待了很久的寒假终于来了。半年来我真的比以前努力了,想想以前高一,高二自己从来都没有像现在这样。莫办法,只有为了今年6月能取得好的结果。虽然只有10天的时间,我觉得差不多了,终于可以早上睡到自然醒,可以不去管迟到的后果了,也可以暂时放放手头的东西了。今天下午天气很好,现在阳光正晒在我的脸上,晒走了,好久以来的压抑心情。</p>
<p>过年了,就是要好好的耍下,好巴适哦!</p>
<p>    过年该如何耍呢,现在还莫得计划。想想从小就开始跟到他们搞点小赌博,在我们那个地方,我们那时候5,6岁就会诈金花,打麻将!哎好多哦,那个时候和我们耍的人太多了,打麻将都可以斗几桌。再看看现在,那种情况是不可能再出现了。好多的人都去做自己的事了,好怀念以前的时候哦!</p>
<p>    小时候想长大,长大就可以想做啥就做啥了,现在又想变小,变小了就有耍的人了!简直越大越不好耍老!</p>
<p>    但过年老就好老!希望我所有的亲人,朋友新的一年都是快快乐乐的!</p>
<p>09年注定要改变我的一生!</p>
<p>它是什么样子呢?好想它是我梦中的那个样子!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2008/12/06/%E9%AB%98%E4%B8%89%EF%BC%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2008/12/06/%E9%AB%98%E4%B8%89%EF%BC%81/" class="post-title-link" itemprop="url">高三!</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2008-12-06 14:48:00" itemprop="dateCreated datePublished" datetime="2008-12-06T14:48:00+11:00">2008-12-06</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>[qqshow,399,227,399,227,,,高三]<a target="_blank" rel="noopener" href="http://photo.store.qq.com/http_imgload.cgi?/rurl2=9cb29a03e10582a62990c356acd76d5d0778c124d94587669611d6356e7008c0a2f3099e123a879f45406f8084de521bbbd2ea870cf75a94213e4d65f71ce513e05247344d0e806f507b59b5defe5e7b28617994%5B/qqshow%5D">http://photo.store.qq.com/http_imgload.cgi?&#x2F;rurl2&#x3D;9cb29a03e10582a62990c356acd76d5d0778c124d94587669611d6356e7008c0a2f3099e123a879f45406f8084de521bbbd2ea870cf75a94213e4d65f71ce513e05247344d0e806f507b59b5defe5e7b28617994[&#x2F;qqshow]</a></p>
<p>   现在高三都过来一半了,我的成绩还是那个样子,太老火哦,现在好累哦!学习起来都没有一前的激情了。真希望那个来刺激我一下,说不定我一下就像乘老火箭,一下就飞到第一名老!那我肯定说戳老都要笑醒!</p>
<p>   我一直都想为了明天拼了,因为我心中还有伟大的梦想,高中三年太快了,一切都像在昨天!我还是初中那个无敌羞涩的小男孩!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2008/07/09/%E4%BB%A4%E6%88%91%E5%BF%83%E7%88%B1%E7%9A%84%E5%A5%B3%E5%AD%A9-%E4%B8%8D%E4%B9%9F%E8%AE%B8%E6%98%AF%E4%BB%A4%E6%89%80%E6%9C%89%E4%BA%BA%E9%83%BD%E5%96%9C%E7%88%B1%E7%9A%84%E5%A5%B3%E5%AD%A9%EF%BC%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2008/07/09/%E4%BB%A4%E6%88%91%E5%BF%83%E7%88%B1%E7%9A%84%E5%A5%B3%E5%AD%A9-%E4%B8%8D%E4%B9%9F%E8%AE%B8%E6%98%AF%E4%BB%A4%E6%89%80%E6%9C%89%E4%BA%BA%E9%83%BD%E5%96%9C%E7%88%B1%E7%9A%84%E5%A5%B3%E5%AD%A9%EF%BC%81/" class="post-title-link" itemprop="url">令我心爱的女孩 不也许是令所有人都喜爱的女孩!</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2008-07-09 17:38:00" itemprop="dateCreated datePublished" datetime="2008-07-09T17:38:00+10:00">2008-07-09</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>Wahyd4</p>
<p>她真的太美了,那是一种纯洁的,容不下半点污迹的美!我敢说看过她照片的人没有谁觉得她不美!看了你们就知道了<img src="http://blog.photo.sina.com.cn/showpic.html#url=http://static3.photo.sina.com.cn/orignal/49fcaea645193f633f282&000" alt="![](http://static3.photo.sina.com.cn/middle/49fcaea645193f633f282&amp;000)"><a target="_blank" rel="noopener" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static2.photo.sina.com.cn/orignal/49fcaea645193f55e4f31&000"><img src="http://static2.photo.sina.com.cn/middle/49fcaea645193f55e4f31&000"></a></p>
<p>她美吗?也许这是一个不用问的问题!</p>
<p>我对这个小女孩的喜爱是发自心底的!她的眼神都是小孩子独有的充满着童稚,看着她的照片我的心灵似乎被洗过,也变得没有尘埃,哪怕是一丝丝!</p>
<p>也许小孩子都让人从心底喜欢,闻着他们身上的那一丝淡淡的奶香味,也许真的会让人留恋的不想移去我们的鼻子!要问我为什么对小孩子的那种体香有一种特别的嗜好了,我想我只能这样说:“我怀念那种味道,曾几何时当我从妈妈的肚子里出来的时候,也有那种淡淡的体香,可是现在早已没有了,所以心里有一种对那种体香的怀念吧!</p>
<p>但是当我们并没有接触一个小孩子的时候,我们喜欢他们也只能从脸去得到了!<a target="_blank" rel="noopener" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static6.photo.sina.com.cn/orignal/49fcaea645193f6fa50c5&000"><img src="http://static6.photo.sina.com.cn/middle/49fcaea645193f6fa50c5&000"></a><a target="_blank" rel="noopener" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static5.photo.sina.com.cn/orignal/49fcaea645193e8046694&000"><img src="http://static5.photo.sina.com.cn/middle/49fcaea645193e8046694&000"></a></p>
<p>这个小女孩太让我喜欢了,我第一眼看到她我就觉得她太乖了,她的微笑太质朴了!圆圆的脸蛋,大大的眼睛,嫩嫩的皮肤,没有一丝人为化妆弄上去的修饰,但照出来的照片还是那样的美丽!你能说她不让人喜欢吗?</p>
<p>真的希望这个小女孩一直都这样漂亮,这样纯洁的漂亮!</p>
<p>我敢肯定小女孩长大后一定是个像貂蝉那样的美女!</p>
<p>                                                        照片来自:<strong>Huaml</strong>  的博客</p>
<p><a target="_blank" rel="noopener" href="http://zjtx001.blog.163.com/">http://zjtx001.blog.163.com/</a></p>
<p>                                                        080709<a target="_blank" rel="noopener" href="http://album.sina.com.cn/pic/ystat.gif"><img src="http://img.tongji.cn.yahoo.com/691294/ystat.gif"></a></p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2008/04/30/%E5%A5%BD%E8%BE%9B%E8%8B%A6%EF%BC%81/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2008/04/30/%E5%A5%BD%E8%BE%9B%E8%8B%A6%EF%BC%81/" class="post-title-link" itemprop="url">好辛苦!</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2008-04-30 17:04:00" itemprop="dateCreated datePublished" datetime="2008-04-30T17:04:00+10:00">2008-04-30</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>现在觉得压力越来越大了,可现在那个最黑暗的时候还没有到来啊!面对面前做不完的习题,想要去把它征服!似乎每一次都倒在它的血盆大口面前!一次次对自己说要比昨天更努力,因为今天离高考更近了,可是每天似乎都是一个样子没有进步!现在觉得和别人的差距愈来愈大了,也许再不努力一切真的就完了!</p>
<p>   <br>今天,期中考试在考了四天后终于完了。这次我的数学、生物、物理、都考差了,但这几门可都是我们理科生应该考好的啊!其中大部分都是我犯的错误,生物我没有很好的掌握时间!结果导致还有题没有做完,并且我觉得自己还犯了一个很严重的错误:还抄了前面那个女生的作业!物理也有时间的关系吧,但主要是因为自己知识不够熟练!而数学差不多也是这个原因!但数学也许我们的数学老师也应该负一定的责任,但我说这话并不是为我自己辩解!</p>
<p>说实话也许我们班没有几个人是对他满意的。晓得他是没有能力,还是真的得了老年痴呆症!他比起其他的老师真的差远了,别的老师在考试之前都将一些题做了一个总结,用一个专题的形式来讲的,而我们的老师则是叫我们自己去看。我不知道我们自己要是就可以复习好,那还要他这个老师干啥嘛!他也许是真的没有那个能力吧!我们问他题,他做不起也许就有30%!唉!我不想再说他了,不仅是我们班想换他,而且其他的两个班也想换他,可是这种可能性很小啊!晓不到高考150分我们应该怎么办!</p>
<p>.</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<nav class="pagination">
<a class="extend prev" rel="prev" title="上一页" aria-label="上一页" href="/page/29/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/">1</a><span class="space">&hellip;</span><a class="page-number" href="/page/29/">29</a><span class="page-number current">30</span><a class="page-number" href="/page/31/">31</a><a class="extend next" rel="next" title="下一页" aria-label="下一页" href="/page/31/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="copyright">
&copy; 2012
<span itemprop="copyrightYear">2026</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Junv</span>
</div>
<div class="powered-by"><a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/muse/" rel="noopener" target="_blank">NexT.Muse</a> 强力驱动
</div>
</div>
</footer>
<div class="toggle sidebar-toggle" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
<div class="sidebar-dimmer"></div>
<div class="back-to-top" role="button" aria-label="返回顶部">
<i class="fa fa-arrow-up fa-lg"></i>
<span>0%</span>
</div>
<div class="reading-progress-bar"></div>
<a role="button" class="book-mark-link book-mark-link-fixed"></a>
<noscript>
<div class="noscript-warning">Theme NexT works best with JavaScript enabled</div>
</noscript>
<script>
/* 字号调节 A- / A / A+(阅读体验) */
(function () {
'use strict';
function initFontSize() {
var postBody = document.querySelector('.post-body');
if (!postBody || document.getElementById('font-size-control')) return;
var bar = document.createElement('div');
bar.id = 'font-size-control';
bar.className = 'font-size-control';
var labels = [['A-', -1], ['A', 0], ['A+', 1]];
var current = 1.0;
labels.forEach(function (item) {
var btn = document.createElement('button');
btn.textContent = item[0];
btn.title = item[0] === 'A-' ? '减小字号' : item[0] === 'A+' ? '增大字号' : '恢复默认';
btn.addEventListener('click', function () {
if (item[1] === 0) current = 1.0;
else current = Math.min(1.4, Math.max(0.8, current + item[1] * 0.1));
postBody.style.fontSize = current + 'em';
});
bar.appendChild(btn);
});
document.body.appendChild(bar);
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', initFontSize);
} else {
initFontSize();
}
})();
</script>
</body>
</html>