ghostss's recent timeline updates
ghostss

ghostss

V2EX member #459426, joined on 2019-12-16 09:36:52 +08:00
ghostss's recent replies
Mar 27, 2025
Replied to a topic by kehuduanbuxing 程序员 一人来一道拿手面试题
递归:
def transform_response(response):
def process(data):
if isinstance(data, dict):
return {k: process(v) for k, v in data.items()}
elif isinstance(data, list):
return [process(item) for item in data]
elif isinstance(data, int) and data == 100:
return 200
else:
return data
return process(response)
Dec 26, 2019
Replied to a topic by pence2019 上海 上海哪里有修行李拖箱的?
公司楼下有。。宣化路,不知道你离这远不远
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5065 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 05:37 · PVG 13:37 · LAX 22:37 · JFK 01:37
♥ Do have faith in what you're doing.