AJAX请求 $.post方法的使用

< script type="text/javascript">$().ready(function () { 
   
    //采用POST方式    $.post('Server.aspx', { id: 'id'}, function (text, status) {
           //回调函数
       }); 
})</ script >

AJAX请求 $.post方法的使用
上一篇:依赖注入框架(DI Framework)


下一篇:Spring依赖注入原理(DI)