在php传值的过程中,接收值的那一方不能接收“+”,此时就要转化"+"

srt_replace("+","%2B",$str);

(原理就是后面的---->Url encoding "+" = %2B)