ccccccccccccccccc

This commit is contained in:
aote777 2021-11-23 21:01:04 +08:00
parent a5ab5ce4e1
commit 0a47c93cc3
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function consoleLog(str) {
// anki自动生成的全部干掉 严格按照原生来写 // anki自动生成的全部干掉 严格按照原生来写
var clearBR = (str) => { var clearBR = (str) => {
str=str.replace(/<br>/g, '\r\n') str=str.replace(/<br>/g, '\r\n')
str=str.replace(/nbsp;/g, ' ') str=str.replace(/&nbsp;/g, ' ')
return str return str
} }