世间自有公道,付出总有回报,说到不如做到,要做就做好,步步高!
疯狂秀才 QQ:1055818239
jQuery.Easy-UI QQ讨论群:36534121(超级)、 112044258(Full)、88504640、32994605、56271061
posts - 93,  comments - 481,  trackbacks - 1
$(document).ready(function() {
            $.ajax({
                type: "Get",
                url: "http://www.baidu.com/",
                complete: function(XHR, TS) {
                    alert(TS);
                }
            });
 });
posted on 2010-08-27 10:11 疯狂秀才 阅读(414) 评论(1) 编辑 收藏