易語言之超級列表框的使用及json解析

2021-08-14 23:54:14 字數 4812 閱讀 8937

json資料:

,

"discount": false

, "overlying": false

, "coupontag": 4

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 375000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 3000000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 1000000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 1000000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 1000000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 100000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 2100000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 300000

}, ,

"discount": false

, "overlying": false

, "coupontag": 3

, "receiveflag": 0

, "labeltext": ""

, "discountdetailtext": ""

, "sorttype": 1

, "needbean": ""

, "beanget": 0

, "batchcount": 11500000

} ],

"resultcode": "200"

, "success": true

}

.版本 2

.支援庫 spec

.支援庫 iext

優惠券資料 = #拼接json + 優惠券資料 + 「}」

' 除錯輸出 (優惠券資料)

json.解析 (優惠券資料)

.計次迴圈首 (json.成員數 (「couponlist」), i)

i = i - 1

' 開搶時間

starttime = json.取通用屬性 (「couponlist[」 + 到文字 (i) + 「].starttime」)

除錯輸出 (starttime)

' 結束時間

endtime = json.取通用屬性 (「couponlist[」 + 到文字 (i) + 「].endtime」)

' 訂閱提醒人數

remindpeople = json.取通用屬性 (「couponlist[」 + 到文字 (i) + 「].remindpeople」)

' 優化券名稱

limitstr = json.取通用屬性 (「couponlist[」 + 到文字 (i) + 「].limitstr」)

' 總量

batchcount = json.取通用屬性 (「couponlist[」 + 到文字 (i) + 「].batchcount」)

索引 = 超級列表框2.插入表項 (, , , , , )

超級列表框2.置標題 (索引, 0, 到文字 (i + 1))

超級列表框2.置標題 (索引, 1, starttime)

超級列表框2.置標題 (索引, 2, endtime)

超級列表框2.置標題 (索引, 3, remindpeople)

超級列表框2.置標題 (索引, 4, limitstr)

超級列表框2.置標題 (索引, 5, batchcount)

' 超級列表框2.置標題 (i, 4, 局_json.四捨五 (jdprice, miaoshaprice, shaprice) + 「%」)

' 超級列表框2.置標題 (i, 5, wareid)

' 超級列表框2.置標題 (i, 6, 「http:」 + 子文字替換 (imageurl, 「\/」, 「/」, , , 真))

.計次迴圈尾 ()

首先要將超級列表框配置好,然後加入文字資料

易語言超級列表框匯入TXT內容的方法

易語言開發windows程式中,經常需要用到超級列表框處理一些資料。那麼除了在超級列表框開發中新增資料之外,我們還怎麼從txt中匯入內容?下面本教程手把手教您怎麼操作。1.開啟 msandtaj易語言 2.在 易語言 選單欄中,選擇 程式 新建 1.在彈出的 新建 對話方塊中,選擇 windows視...

易語言列表框防止專案重複加入列表框

版本 2 程式集 視窗程式集 啟動視窗 子程式 啟動視窗 建立完畢 列表框1.現行選中項 0 載入 1 子程式 按鈕1 被單擊 列表框1.加入專案 編輯框1.內容,編輯框1.內容 子程式 按鈕2 被單擊,不重複加入 1 如果 列表框1.選擇 編輯框1.內容 1 列表框1.加入專案 編輯框1.內容,資...

易語言組合框去重複到列表框

在輔助開發時,我們需要通過組合框控制一些功能,或者獲取一些資料,比如把組合框裡 的值新增到列表框,這裡就需要去除重複的,以下 實現了這個功能。版本 2 支援庫 spec 支援庫 edatastructure 程式集 視窗程式集 啟動視窗 子程式 按鈕1 被單擊 區域性變數 專案,文字型 專案 組合框...