|
|
@@ -117,7 +117,7 @@ export function getParenthesesStr (text) {
|
|
|
return result
|
|
|
let regex = /\((.+?)\)/g
|
|
|
//去除转义字符
|
|
|
- text = text.replace(/[\'\"\\\/\b\f\n\r\t]/g, '')
|
|
|
+ text = text.replace(/[\'\"\b\f\n\r\t]/g, '')
|
|
|
let options = text.match(regex)
|
|
|
if (!isObjEmpty(options)) {
|
|
|
let option = options[0]
|