Skip to content

Commit e83221d

Browse files
authored
Merge pull request #28 from Vesper0704/patch-1
Update decodeURIComponent.md
2 parents ac881b3 + c8b782e commit e83221d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-built-in-objects/the-global-object/function-properties/decodeURIComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ decodeURIComponent(encodedURIString);
3434
## 示例
3535

3636
```js
37-
var a = 'Hello JavaScript';
37+
var a = '你好JavaScript';
3838
var b = encodeURIComponent(a);
3939

4040
console.log(b);

0 commit comments

Comments
 (0)