主頁(yè) >>案例工程
//在線(xiàn)客服代碼 $.ajax({ type: "POST", url: "http://www.stonetowertea.com/home/public/getOnline.html", dataType:'json', success: function(msg){ $("body").append(msg.html) } });