$(function(){
$.ajax({
操作的bai代du码zhi
});
})
或者是
$(document).ready(function(){
$.ajax({
操作的代码
});
})

 

相关文章: