@@ -1,5 +1,7 @@
# Parse JS SDK 使用示例
+- 使用文档:https://docs.parseplatform.org/js/guide/
+- API手册:https://parseplatform.org/Parse-SDK-JS/api/5.2.0/
# 安装依赖
``` bash
@@ -23,7 +25,7 @@ Parse.serverURL = "http://web2023.fmode.cn:9999/parse"; // 设置serverURL
```
-# 实现简单的列表加载
+# 示例:最简单的列表加载
- pet.page.html
``` html