<c:if test="${cookie['woshop'].value eq '1'}">
                <div>
                    <table class="table-box" width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                            <td>


                                <img src="/twcimage/adv/wo/wolinshi.jpg" >


                            </td>
                        </tr>
                    </table>
                </div>

            </c:if>


这样能够直接进行cookie的读取和比值

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-06-10
  • 2021-11-11
  • 2022-12-23
猜你喜欢
  • 2021-10-03
  • 2022-01-11
  • 2022-12-23
  • 2021-09-30
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案