import re

find_float = lambda x: re.search("\d+(\.\d+)?", x).group()
find_float("有1.3元")

  



相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-06-30
  • 2021-08-14
  • 2021-06-01
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-08-19
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
相关资源
相似解决方案