ajax方法
Ajax({ url: "/Test.aspx?type=a&a=b", type: "get", data: { a: 1, b: 2 }, success: function (msg) { alert(msg) } })