html查看数据库所有数据
-
如何查看数据库中所有数据?html查看数据库所有数据的完整教程
try { const response = await fetch(‘/api/data’); const data = await response.json(); if (data.length === 0) { container.innerHTML = ‘<p>暂无数据</p>……
try { const response = await fetch(‘/api/data’); const data = await response.json(); if (data.length === 0) { container.innerHTML = ‘<p>暂无数据</p>……