猿问

关于投票系统

   <input type="radio" name="option" value="1" checked="checked">1号 &nbsp;&nbsp;罗先生

                  <div id=0 style="background-color:#acd6ff; width:0; height:20px; border-width:0px;">  

                    </div>  

                    <%

                 int num1;

                 if(application.getAttribute("num1")==null){

                num1=0;

                 }

                 else{

                num1=((Integer)application.getAttribute("num1")).intValue();

                 }

                 num1++;

                 application.setAttribute("num1",num1);

                 %>

                 <label id="label0"><%=num1 %></label>票  

                 

这样运行后,不仅投票后票数会增加,访问一次,票数也会增加,怎么办

慕粉18854802623
浏览 1416回答 2
2回答

Stardust1001

让脚本在点击投票后再运行,比如作为函数调用。当然了,我也不知道你这用的是什么呢

错过了年华

<%=num1 %>的%是什么?不是用php这类语言处理后台数据吗?
随时随地看视频慕课网APP
我要回答