CN-893 单测用例--下钻table
This commit is contained in:
@@ -878,9 +878,9 @@ export async function getDnsMapData (type) {
|
||||
}
|
||||
export function handleSpecialValue (value) {
|
||||
if (value) {
|
||||
value = value.replaceAll("'", "\\\\'")
|
||||
.replaceAll('"', '\\"')
|
||||
.replaceAll('&', '%26')
|
||||
value.replace(/\'/g, "\\\\'")
|
||||
.replace(/\"/g, '\\"')
|
||||
.replace(/\&/g, '%26')
|
||||
}
|
||||
return value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user