1 filter(lambda x:x.endswith(''),house_type_list)

过滤函数,作用就是将“以‘居’结尾的字段都过滤出来,其它的字段都删除掉。”

相关文章:

  • 2022-12-23
  • 2021-09-28
  • 2021-06-27
  • 2021-12-29
  • 2021-06-15
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-09-29
  • 2022-12-23
  • 2021-10-20
相关资源
相似解决方案