回答編集履歴
1
誤字修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
```javascript
|
6
6
|
|
7
|
-
let bytes = new TextEncode().encode(str);
|
7
|
+
let bytes = new TextEncoder().encode(str);
|
8
8
|
|
9
9
|
```
|