Skip to content

Commit c8b782e

Browse files
authored
Update decodeURIComponent.md
1 parent a3a75b7 commit c8b782e

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)