jqserialize 系列化 乱码 解决办法

mac2022-06-30  71

query = form.find('input,select,textarea').serialize(); $.post(target,decodeURIComponent(query)).success(function(data){

   /**code...**/

}

转载于:https://www.cnblogs.com/hgj123/p/4625761.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)