🌈 搜索
📅  最后修改于: 2022-03-11 15:02:00.244000             🧑  作者: Mango
const match = 'some/path/123'.match(/\/(\d+)/) const id = match[1] // '123'