问答详情
源自:5-1 cookie登录交互(上)

为什么我的数据没有传进去?

https://img3.mukewang.com/5aed514e00011d5f13660768.jpg

没有传进去,js路径没有错啊

提问者:魄弹兽 2018-05-05 14:38

个回答

  • 无法绑定
    2018-08-21 16:35:07

    路径问题,前面要加/seckill/或者加

    <%=basePath %>

    不过如果用后面一种要在jsp文件开头部分第二行加上

    <%  


    String path = request.getContextPath();  


    String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";  


    %>  ,否则这个basePath要报错


  • qq_那抹余光丶_0
    2018-05-08 03:01:20

    找不到路径 https://img2.mukewang.com/5af0a1e20001f77208320407.jpghttps://img3.mukewang.com/5af0a2300001235b05530265.jpghttps://img3.mukewang.com/5af0a27000012f7907550505.jpg