240 发简信
IP属地:上海
  • PYTHON set和list 两者转换

    输出为([1,2])--------进行set转换list------------ 输出为(1,2) ————————————————— ---...