$(function(){ $.ajax({ type : "post", //提交方式 url : "/index.php?index-panduan", data : {}, success : function(result) { } }); })