例如: http://localhost:8080/json/Pinyin!convert.do?word=# 对应的action中word就取不到值了? 不知道该怎么办
这样写url,后台再转码看'http://localhost:8080/json/Pinyin!convert.do?word=' + encodeURIComponent('#')
传递前在JS里面,用encodeURI()转换.