Skip to content

Instantly share code, notes, and snippets.

@silianlinyi
Created January 6, 2014 08:05
Show Gist options
  • Save silianlinyi/8279685 to your computer and use it in GitHub Desktop.
Save silianlinyi/8279685 to your computer and use it in GitHub Desktop.
清空数组
var myArray = [12 , 222 , 1000 ];
myArray.length = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment