type:'get' 和 type:'post' 有什么区别
$.ajax({
type: 'GET', /'POST'
url: '../common/AjaxPage.aspx',
data: { action: 'SaveSafeData', safecost: cost, safeTime: Duration },
cache: false
});