📌  相关文章
📜  如何在 Python 代码示例中将字符串拆分为字典

📅  最后修改于: 2022-03-11 14:47:23.688000             🧑  作者: Mango

代码示例1
dictionary = { index: sample for index, sample in enumerate(string.split(separator)) }