发布网友 发布时间:2022-04-22 06:40
我来回答
共1个回答
热心网友 时间:2023-11-01 07:54
var pattern =/#[^#]+#/g;var str ="#替换内容#-#替换内容#";alert(str.replace(pattern,"#123#"))