tList = [ ['abc', '123'],  ['def', '456'] ,  ['ghi', '789"'] ]
for each in tList:
  if each[0] == 'abc':
  print(each)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
猜你喜欢
  • 2021-06-15
  • 2022-01-14
  • 2022-01-05
  • 2021-07-14
  • 2022-12-23
  • 2021-06-22
相关资源
相似解决方案