我有个var变量foodnumber,jsp里面写了个<% String s_fno=request.getParameter("num");if(s_fno==null){s_fno="";}%>,前端怎么写能把这个foodnumber导出,能给个具体代码吗