Created
December 9, 2013 09:16
-
-
Save zzuhan/7869504 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 months = "星期一_星期二_星期三_..._星期日".split('_'); // [ '星期一', '星期二', '星期三', '...', '星期日' ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment