http://blog.csdn.net/fxtxz2/article/details/7768348



encodeURI(str).replace(/\+/g,'%2B'


只需要把js中传过去的+号替换成base64 编码 %2B


本文转载:CSDN博客