一般这种都用Jquery.$.post( "ajax/test.html", function( data ) {
  $( ".result" ).html( data );
});请求收不到是不是因为路径问题?