52,782
社区成员
发帖
与我相关
我的任务
分享 $.ajax({
url: "www.aaa.com",
cache: false,
data: {},
type: "GET",
success: function(html) {
$.popbox.setcontent( html );
}