我可以从字符串变量中提取数组:
HTTP/1.1 200 OK
Server: YYYYYYYYY
Content-Type: application/json
Content-Length: 163
X-OAPI-Request-Id: XXXXXXXXXXXXXX
{
"token_type": "berber",
"access_token": "XXXXXXXXYYYYYYY",
"expires_in": "7776000"
}
Run Code Online (Sandbox Code Playgroud)
我想获得具有token_type,access_token,expires_in的数组。