javascript中如何以對象方式向后臺傳參,針對這個問題,這篇文章詳細(xì)介紹了相對應(yīng)的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
創(chuàng)新互聯(lián)建站咨詢熱線:13518219792,為您提供成都網(wǎng)站建設(shè)網(wǎng)頁設(shè)計及定制高端網(wǎng)站建設(shè)服務(wù),創(chuàng)新互聯(lián)建站網(wǎng)頁制作領(lǐng)域10余年,包括辦公空間設(shè)計等多個領(lǐng)域擁有豐富的網(wǎng)站運(yùn)維經(jīng)驗,選擇創(chuàng)新互聯(lián)建站,為企業(yè)保駕護(hù)航!
@ApiOperation(value = "更新Onsiteptw1yfcs詳細(xì)信息", notes = "根據(jù)url的id來指定更新對象,并根據(jù)傳過來的Onsiteptw1yfcs信息來更新Onsiteptw1yfcs詳細(xì)信息") @ApiImplicitParams({ @ApiImplicitParam(name = "listpojo", value = "更新的對象", required = true, dataType = "List"), @ApiImplicitParam(name = "setfield", value = "跟新listpojo中對象的那些字段對應(yīng)的類字段不是表字段 不填默認(rèn)更新所有字段 列如: item1,item2,item3", required = false, dataType = "String"), @ApiImplicitParam(name = "mapfilter", value = "更新條件,在數(shù)據(jù)寫好條件放上就好了 以集合形式接收 例如:{”column1=“:“2”,”column2 like “:”%li%“ } ", required = true, dataType = "Onsiteptw1yfcs")}) @PutMapping("/v1/onsiteptw1yfcs/moreupdate") public Response updateBatchOnsiteptw1yfcs(@RequestBody Onsiteptw1yfcsParam param) { ... }
var listpojo = {}; listpojo["mapfilter"] = {}; listpojo["setfield"] = "infoname,infocnt";//infoname = '吊車:RTFK-120' , infocnt = '是' listpojo["listpojo"] = fields1; listpojo1 = JSON.stringify(listpojo);console.debug('478::listpojo1>>>'+listpojo1); $.ajax({ url: url1, data:listpojo1, type: "put", dataType: "json", headers: { Authorization: authtoken }, contentType:"application/json", success: function (result) { console.debug('success:'+JSON.stringify(result)); mui.toast("OK"); }, error:function(e){ console.debug('error:'+JSON.stringify(e)); } });
關(guān)于javascript中如何以對象方式向后臺傳參問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識。