Skip to content

Soulther 苏哲

TIP

  • 本服务采用自动监控、故障切换策略,因此单 IP 故障可能导致最多 7 分钟无法访问。
  • 本服务无任何 SLA 保证,但是根据 30 天监控数据,可用性一般不低于 99.9%,你可以查看历史数据
  • 若刷新 DNS 缓存后,确认出现了单 IP 超过 7 分钟无法访问并且未自动切换的异常情况,你可以联系 CDN [AT] TSINBEI [DOT] COM;如发现有违反版权、涉及政治敏感、暴力恐怖、色情等违法违规内容,请及时联系 ABUSE [AT] TSINBEI [DOT] COM。

SoultherSoul Soother 的缩写,也就是灵魂抚慰者,中文译名苏哲

收集各种哲学相关语录,按人物分类,部分语录来自 Wikiquote,欢迎贡献,我们会持续从 Wikiquote 更新,收到建议添加的新语录也会同步添加到 Wikiquote 上。

1/ 使用方式

选择适当的位置放置<p>标签,可修改默认内容;在<body>结束前放置<script>,即可显示一句充满哲思的话!

示例:

html
<!-- Body -->
<p class="soulther">不管风吹浪打,胜似闲庭信步。</p>

<!-- Footer -->
<script>
  var xhr = new XMLHttpRequest();
  xhr.open('get', 'https://api.tsinbei.com/v2/tool/soulther/?code=json');
  xhr.onreadystatechange = function () {
    if (xhr.readyState === 4) {
      var data = JSON.parse(xhr.responseText);
      var soulther = document.getElementsByClassName('soulther')[0];
      soulther.innerText = data.msg;
    }
  }
  xhr.send();
</script>
<!-- Body -->
<p class="soulther">不管风吹浪打,胜似闲庭信步。</p>

<!-- Footer -->
<script>
  var xhr = new XMLHttpRequest();
  xhr.open('get', 'https://api.tsinbei.com/v2/tool/soulther/?code=json');
  xhr.onreadystatechange = function () {
    if (xhr.readyState === 4) {
      var data = JSON.parse(xhr.responseText);
      var soulther = document.getElementsByClassName('soulther')[0];
      soulther.innerText = data.msg;
    }
  }
  xhr.send();
</script>

简便方式:指定参数为?code=js

html
<!-- Body -->
<p class="soulther">不管风吹浪打,胜似闲庭信步。</p>

<!-- Footer -->
<script src="https://api.tsinbei.com/v2/tool/soulther/?code=js"></script>
<!-- Body -->
<p class="soulther">不管风吹浪打,胜似闲庭信步。</p>

<!-- Footer -->
<script src="https://api.tsinbei.com/v2/tool/soulther/?code=js"></script>

2/ 效果

Soulther

放弃幻想,准备斗争。

3/ Demo

使用 XHR:Soulther Demo

引用 JS:Soulther Demo

4/ 提交

贡献语录😉

清北API 还支持 提交语录,只需要 Fork 仓库,修改文件,然后提交 PR 。

5/ 更多

服务申请😉

如需清北 API 提供更多 API 服务,可前往 爱发电 赞助,附上联系方式,方便后续沟通。 在使用过程中出现任何问题均可至 GitHub 进行反馈。