Created
May 19, 2022 10:06
-
-
Save 2439905184/3fd72b97067cd2ef387a5401e6746b1d to your computer and use it in GitHub Desktop.
空格词法分析器
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var a = "@bg adobe.png 1.5" | |
console.log(a.split(/\s+/)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment