问题描述
1.比如在js里面,实现一个跳转,其中有中文的参数 window.prov.location.href="genlayoutpicture2?startfreq="+jstartfreq+"&endfreq="+jendfreq+"&systemname="+jsystemname;比如对jsystem如何编码,另外一个页面怎么得到数值?2。如果传数值不做任何处理,mongrel没问题,webrick不能通过,报ERROR bad URI `/fre_layout/genlayoutpicture2?startfreq=30&endfreq=1000&systemname=1000MHz以下无线接力通信系统'.问题补充:Request是ruby的用法吗?
解决方案
1 取参数:Request('endfreq'),…………2 参数编码转换:&systemname=encodeURIComponent(1000MHz),……
解决方案二:
这个和ruby无关
时间: 2024-10-24 10:32:38