const json = {"info":{"uid":"214634447","lang":"zh-cn","export_time":"2023-06-28 13:13:44","export_timestamp":1687929224000,"export_app":"提瓦特小助手","export_app_version":"v3.0.0","uigf_version":"v2.2"},"list":[{"uid":"214634447","gacha_type":"200","item_id":","count":"1","time":"2022-06-06 13:24:46","name":"铁影阔剑","lang":"zh-cn","item_type":"武器","rank_type":"3","id":"1654491960001014347","uigf_gacha_type":"200"},{"uid":"214634447","gacha_type":"200","item_id":","count":"1","time":"2022-06-05 10:58:15","name":"托马","lang":"zh-cn","item_type":"角色","rank_type":"4","id":"1654394760002450247","uigf_gacha_type":"200"},{"uid":"214634447","gacha_type":"200","item_id":","count":"1","time":"2022-06-04 16:56:41","name":"弹弓","lang":"zh-cn","item_type":"武器","rank_type":"3","id":"1654329960002758347","uigf_gacha_type":"200"},{"uid":"214634447","gacha_type":"200","item_id":","count":"1","time":"2022-06-04 15:43:53","name":"雨裁","lang":"zh-cn","item_type":"武器","rank_type":"4","id":"1654326360002287147","uigf_gacha_type":"200"}];

const jsonList = document.getElementById('jsonList');

json.list.forEach(item => { const li = document.createElement('li'); li.textContent = ${item.name} - ${item.item_type}; jsonList.appendChild(li); });


原文地址: https://www.cveoy.top/t/topic/qnOw 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录