$.ajax
({
cache: false,
async: false, // 太關鍵了,學習了,同步和異步的參數
dataType: 'json', type: 'post',
url: "../handle/Ladder_Fee_Code.ashx?ajaxaction=Select_FangAn",
success: function (data)
{
alert("1");
}
});
alert("2");