One Sentence
发现文字的力量,获取随机句子,感受每一句话的独特魅力
API测试
查看文档
随机句子
点击按钮获取一个随机的句子
正在加载...
随机句子
复制句子
快速开始
简单易用的 API,几行代码即可集成
GET
/api/random
获取一个随机句子
fetch('/api/random') .then(response => response.json()) .then(data => { console.log(data.data.text); });