$.post('xxxxxxx.do',{'msg':msg},function(data){ alert(data);});
所谓后台方法,实际上就是向一个页面或servlet或action发送一个请求,再根据你的请求进行后台处理将处理结果返回给你.
没分?