日期:2014-05-16 浏览次数:20763 次
 $.ajax({
                url: "www.aaa.com",
                cache: false,
                data: {},
                type: "GET",                
                success: function(html) {
                    $.popbox.setcontent( html );
                                   }