playground:playground
这是本文档旧的修订版!
目录
PlayGround
- index.html
<html> <head> </head> </html>
标题
var de = function() { return (typeof(window.de) == 'object') ? window.de : {}; }();
<html>
<head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Document</title> </head> <body> <script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js"></script> <script> console.log(CryptoJS.MD5("Message")); </script> </body>
</html>
playground/playground.1608628345.txt.gz · 最后更改: 2020/12/22 17:12 由 admin