Files
2025-03-18 14:46:12 +08:00

15 lines
273 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
front:
hard: 入门
time: 分钟
---
# 常见报错
1. JSON: xxx has an error
一般为json格式有问题可以检查一下逗号是否漏写或多写括号是否对应。
下图为多写逗号的报错:
![error-1](./picture/customblock/error-1.png)