Skip to content

Instantly share code, notes, and snippets.

@rtxbc
Created February 14, 2012 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtxbc/1824805 to your computer and use it in GitHub Desktop.
Save rtxbc/1824805 to your computer and use it in GitHub Desktop.
javascript 和 php 传字符串编码处理
javascript:
var ajaxRUrl = 'http://'+domain+'/star/~ajax/relateMsg?q='+encodeURI('{$personname}');
PHP:
$personname = urldecode($_GET['q']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment