【发布时间】:2016-11-08 09:06:28
【问题描述】:
我只想在我的看板页面中显示在我的 trello 中打开的看板
jQuery.ajax({
url: allboardsurl,
method: 'post',
data: {id: id},
dataType: "json",
async: false,
success: function (data) {
},
error: function () {
console.log("The request failed");
}
});
【问题讨论】: