浪語:修订间差异

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第40行: 第40行:
<syntaxhighlight lang="javascript" line="1">
<syntaxhighlight lang="javascript" line="1">
fetch("https://v1.hitokoto.cn")
fetch("https://v1.hitokoto.cn")
  .then(response => response.json())
   .then(response => response.json())
.then(result => {
.then(result => {
print(result.hitokoto);
print(result.hitokoto);