0
我在解析使用流星
這裏的multipart/form-data的問題
是我的路線:
this.route('mail', {
where: 'server',
path: '/mail',
action: function() {
console.log(this.request.body);
this.response.end('get request\n');
}
});
url編碼和JSON數據做工精細