🌈 搜索
📅  最后修改于: 2022-03-11 14:47:03.031000             🧑  作者: Mango
>>>repr(y) "'a string'" >>>y2=eval(repr(y)) >>>y==y2 True