eval()可以将字符串,转换成原本的数据类型:
示例:
1:列表类型的str转换成列表:
2:字典类型的str转换成字典:
3:元祖类型的str转换成元祖:
4:布尔类型的str转换成布尔:
5:int类型的str转换成int: