Skip to content

Commit 54b4174

Browse files
committed
新增Python的请求代码说明
1 parent 8230f1c commit 54b4174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
+ '\n ``` \n注:用了APIJSON的JSONRequest类。也可使用其它方式,只要JSON有序就行。'
868868
+ '\n\n#### <= iOS-Swift: 所有对象标识{}改为数组标识[]\n ```swift \n'
869869
+ CodeUtil.parseSwift(null, JSON.parse(rq))
870-
+ '\n ``` \n注:空对象请用 [:] 表示。 \n\n#### <= Web-JavaScript: 和左边的请求JSON一样 \n';
870+
+ '\n ``` \n注:空对象请用 [:] 表示。 \n\n#### <= Web-JavaScript 或 Python: 和左边的请求JSON一样 \n';
871871
},
872872

873873

0 commit comments

Comments
 (0)