1. 程式人生 > >頁面請求後臺一次請求多個數據

頁面請求後臺一次請求多個數據

頁面一次請求多個數據

 

<iframeid="ss"src="${dynamicURL}/affix/doShowUploadPageSmAffix.actionrefTableCode=AD_ASSET_PORTAL&fixType=true&refRowId=<s:property value='entityBean.rowId'/>"
                    width="100%" height="380px" align="middle" frameborder="0">
            </iframe>

ajax一次請求多個數據

url:"${dynamicURL}/affix/doFindUnloadAffixSmAffix.action?refTableCode=ST_TENDER_RESULT&billTypeSub="+businType+"&refRowId=<s:property value='entityBean.rowId'/>",  

http一次請求多個數據直接在url後寫好對應的值

url:url+"storage/resourcePool/doListJson?data="+JSON.stringify(data)+"&limit=40&page=1",