📅  最后修改于: 2022-03-11 15:03:50.333000             🧑  作者: Mango
'abcf `foo` asdjhash..`bar`.'.split('`').map((el, i) => i % 2 ? '`' + el + '`' : el)
// ["abcf ", "`foo`", " asdjhash..", "`bar`", "."]