Skip to content

Instantly share code, notes, and snippets.

@zzuhan
Created December 9, 2013 09:16
Show Gist options
  • Save zzuhan/7869504 to your computer and use it in GitHub Desktop.
Save zzuhan/7869504 to your computer and use it in GitHub Desktop.
一些可让代码更清晰的简写
var months = "星期一_星期二_星期三_..._星期日".split('_'); // [ '星期一', '星期二', '星期三', '...', '星期日' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment