let reg = /(?<=phoneme>)([^()]+)/ig
const str = '喜剧(xi1 ju2)' console.log(str.replaceAll(/(?<=phoneme>)\([^()]+\)/ig, '')) // 喜剧