页面请求后台一次请求多个数据

页面一次请求多个数据

<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",                     

猜你喜欢

转载自blog.csdn.net/qq_19897551/article/details/82863214