这是我的期望
尽管我弄清楚了规则,但是我用codepen编写了一个演示,但是我无法使用angularjs或django来实现。
https://codepen.io/scheinin/pen/LaQpRV
渲染的数据(完整的代码笔中的数据
)
url <- "https://api.euromonitor.com/authentication/connect/token"
response <- POST(url, add_headers(.headers=c("Ocp-Apim-Subscription-Key"="xxxyyyzzz",
"Content-Type"="application/x-www-form-urlencoded")),
body="grant_type=password&username=xxx@acme.com&password=yyyzzz")
token <- content(response, "text")
表是一维的,但是数据是多维的。