1  python2 string.join(list,'_') 

   python3  ('_').join(list) 

2 py2 xrange

  py3  range 

相关文章:

  • 2021-06-25
  • 2022-12-23
  • 2021-08-30
  • 2021-07-06
  • 2021-05-07
  • 2021-06-10
  • 2021-12-15
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2021-07-02
  • 2022-01-17
  • 2021-11-12
  • 2021-09-12
相关资源
相似解决方案