Jus*_*ier 14
单维:
["one", "two", "three"]
Run Code Online (Sandbox Code Playgroud)
多维:
[["one", "two", "three"],
["four", "five", "six"]]
Run Code Online (Sandbox Code Playgroud)
sch*_*tic 13
单个原始整数数组:
[1, 1, 2, 3, 5, 8]
单个对象数组:
[
{
"title": "hello",
"msg": "world"
},
{
"title": "stack",
"msg": "overflow"
},
{
"title": "json",
"msg": "array"
},
]
Run Code Online (Sandbox Code Playgroud)
原始整数的多维数组:
[
[1, 2, 3],
[4, 5, 6],
[7, 8, 9]
]
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
25307 次 |
| 最近记录: |