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