摘要: /*================================= @DESC:Exchange two value without third var. @AUTHOR: Not me. @DATE:2016-3-6 15:33 ================================ 阅读全文
posted @ 2016-03-06 15:35 Coca-code 阅读(304) 评论(0) 推荐(0) 编辑
摘要: function generateRandomString(len) { var randomString = ""; for (; randomString .length < len; randomString += Math.random().toString(36).substr(2)); 阅读全文
posted @ 2016-03-06 15:23 Coca-code 阅读(197) 评论(0) 推荐(0) 编辑