summaryrefslogtreecommitdiff
path: root/_posts/2019-11-21-enc.md
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-28 17:08:22 +0200
committermayx <mayx@outlook.com>2025-04-28 17:08:22 +0200
commit0f004698711c4da2f7be0a4b8cc798af89b380da (patch)
treecc2f3964ae810a0f652dbe5a6658fc58212446a4 /_posts/2019-11-21-enc.md
parent1df87ea39d2866b7d777076c477af8b36520d34c (diff)
Update 6 files
- /_posts/2018-11-10-email-sender.md - /_posts/2021-03-02-workers.md - /_posts/2019-11-21-enc.md - /_posts/2019-06-22-counter.md - /_layouts/default.html - /feed.xslt.xml
Diffstat (limited to '_posts/2019-11-21-enc.md')
-rw-r--r--_posts/2019-11-21-enc.md2
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++) {