Skip to content

Instantly share code, notes, and snippets.

@2439905184
Created May 19, 2022 10:06
Show Gist options
  • Save 2439905184/3fd72b97067cd2ef387a5401e6746b1d to your computer and use it in GitHub Desktop.
Save 2439905184/3fd72b97067cd2ef387a5401e6746b1d to your computer and use it in GitHub Desktop.
空格词法分析器
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