来自API:然而这失败了:
Trello.rest(‘GET’,/ members / me / boards / $ {id},{actions:[‘createBoard’]})有这个错误:
/ members / me / boards / $ {id}
responseText:“不能GET / 1 / members / me / boards / fkdsjg412?key = …
好的,解决了它:
Trello.rest('POST', `boards`, {name: boardName});
还是不知道是什么 行动 我在原始问题中提到的参数确实如此。