Created
May 29, 2014 23:49
Revisions
-
jikeytang created this gist
May 29, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 根据input输入情况,检验密码的强度,规则如下: 1. 纯数字,纯字母为:弱。 2. 数字与字母组合为:中。 3. 数字,字母,特殊字符@#$%^&*_+[]{}组合为:强。 4. 以上长度必为8位以上。 PS: 1. 回复时注意加上下面这句话,才会有语法高亮或格式缩进。 ```javascript // you code ``` 2. 粘贴代码时请使用shift+tab,缩进前面的空白。