最佳答案
如果值为 Nothing,我希望将其更改为“”(空字符串)。
我一开始是这样,但我忘了:
for k, v in mydict.items():
if v is None:
... right?