标签: javascript jquery json encoding datatable
有没有办法强制DataTable在发送请求时使用application / json而不是application / x-www-form-urlencoded? 我能想到的唯一方法是编写自己的DataTable.ajax(),但也许有更好的方法......?
(目标是使用Spring处理服务器端,如本文所述:JQuery, Spring MVC @RequestBody and JSON - making it work together。)