var url = ''; var postData = {}; postData["aaa"] = 1111;//拼接各種引數 $.post(url,postData,function(data){ $('#iframe').html(data); });.
確定! 回上一頁