240 发简信
IP属地:河南
  • python中eval函数的用法详解

    可以把list,tuple,dict和string相互转化。 1、字符串转换成列表 >>>a = "[[1,2], [3,4], [5,6], ...