let tags= this.post.tags; for (var i = 0; i < tags.length; i++) { let tag= tags[i]; formdata.append("tags[" + i + "]", tag.id); }.
確定! 回上一頁