$.ajax() 例子

$.ajax({
            type: "POST",
            url: urlString,
            data: { formaaqq: 'tt' },
            dataType: "json",
            success: function(data) {
                alert("dd");
            },
            error: function(){
            }
            
        });html

参数参考地址:jquery

http://www.runoob.com/jquery/ajax-ajax.htmlajax

http://blog.sina.com.cn/s/blog_4f925fc30100la36.htmljson

相关文章
相关标签/搜索