用户:RedDragon/Test2:修订间差异
来自Rizline中文维基
更多操作
小 |
小 |
||
| 第36行: | 第36行: | ||
<script> | <script> | ||
document.addEventListener('DOMContentLoaded', function () { | document.addEventListener('DOMContentLoaded', function () { | ||
const | const apiUrl = 'https://rizwiki.cn/api.php'; | ||
fetch(apiUrl + '?action=parse&page= | fetch(apiUrl + '?action=parse&page=曲目列表&prop=text&format=json') | ||
.then(response => response.json()) | .then(response => response.json()) | ||
.then(data => { | .then(data => { | ||