Skip to content

Commit

Permalink
添加说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed Mar 31, 2012
1 parent 22886b0 commit 0112480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
@@ -0,0 +1,5 @@
var enc = require('encodeuri_gbk');

var url = 'http://中文url';
url = enc.encodeGBKURI(url);

0 comments on commit 0112480

Please sign in to comment.