摘要: 1、JS加密 function caesarEncrypt(text, shift) { let str = "G7bCk1Xf2A9qLmJ0pVrTz5D4oS6wEhN" + Date.now().toString(); return str.split('') .map(char => St 阅读全文
posted @ 2024-12-26 16:18 信铁寒胜 阅读(55) 评论(0) 推荐(0)