Evil.js
Evil.js copied to clipboard
修正push函数行为错误
原来的push返回了undefined,可能会被立刻识破。 新的实现在非周末时有可能只返回长度+1而不实际push,不会返回undefined。