html post信息出现&符号如何转义

html post信息出现&符号怎么转义
RT求解决

------解决方案--------------------
php中用rawurlencode('&');对url进行编码


如果是ajax,可以用encodeURIComponent函数编码