diff options
Diffstat (limited to '_posts/2019-11-21-enc.md')
-rw-r--r-- | _posts/2019-11-21-enc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-11-21-enc.md b/_posts/2019-11-21-enc.md index 6952ffa..f0f6e12 100644 --- a/_posts/2019-11-21-enc.md +++ b/_posts/2019-11-21-enc.md @@ -16,7 +16,7 @@ tags: [学习笔记, Web Crypto Api] 不过我还是发挥了作为辣鸡程序员的特长——Copy&Paste大法,最终可算是拼凑出了一个看起来勉强能用的代码…… # 辣鸡代码 -```js +```javascript function getByteLen(val) { var len = 0; for (var i = 0; i < val.length; i++) { |