var desc = "www.google.com?i=12&j=34"
$.ajax({
url: 'controller/function',
type: 'POST',
data: ({tDescription:desc}),
beforeSend: function(){
//Do Something
},
success: function(msg){
//Do Something
}
});
在$_POST
包含如下
tDescription: www.google.com?i=12
j:34
如何按原样检索 Total desc