240 发简信
IP属地:浙江
  • 遍历list时,又对list里的元素进行修改的示例代码

    遍历list时,又对list里的元素进行修改的示例代码 ee = [[1,2,3],[4,5,6]] dd= [] for item in ee...