Delete test.js

This commit is contained in:
小能饼干 2023-12-06 17:23:45 +08:00 committed by GitHub
parent 292baff42f
commit 47acf8b1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
var str='```javascript<br>&nbsp; &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &lt;meta charset="UTF-8" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;title&gt;anki-md模板测试&lt;/title&gt;<br>&nbsp; &lt;/head&gt;<br>```'
var res=str.replace(/&nbsp;/g, ' ')
console.log(res)