Skip to content

Commit 8ae0be8

Browse files
authored
Merge pull request #35 from bigyifeng/patch-1
Update decodeURI.md
2 parents d28f2e1 + b190700 commit 8ae0be8

File tree

1 file changed

+1
-1
lines changed
  • docs/standard-built-in-objects/the-global-object/function-properties

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ decodeURI(encodedURIString);
3232
## 示例
3333

3434
```js
35-
let a = 'Hello JavaScript!';
35+
let a = '你好JavaScript!';
3636
let b = encodeURI(a);
3737

3838
console.log(b);

0 commit comments

Comments
 (0)