JQuery.Ajax()的data参数类型实例详解

2020-05-27 18:13:16易采站长站整理

如果转义地话,接收地将是转义后地字符串
*/
success: function(msg){
alert( data saved: + msg );
}
});