【发布时间】:2018-01-07 01:00:49
【问题描述】:
user = {
'userid':'111',
'mail':[{
'time':22222,
'info':'this is a info1',
'read':false,
},{
'time':33333,
'info':'this is a info2',
'read':false,
}]
}
那么,我想将一个用户的读取标志更改为真,我该怎么做呢?
【问题讨论】:
-
您好,欢迎来到堆栈溢出。为了更好地获得有关您的问题的帮助,您需要向minimal, complete and verifiable example 显示您正在尝试实现的目标和预期的输出。意思是,你现在的代码是什么,你想做什么以及你的代码在做什么?