摘要: ActionForward actionForward = new ActionForward(); actionForward.setPath("xxxxxxxx");//跳转的action的地址 actionForward.setRedirect(true); re... 阅读全文
posted @ 2018-08-02 16:33 小泉哥 阅读(687) 评论(0) 推荐(0)
摘要: 用touchend替换 $(".videoCall").on("touchend",function(){ })$(".videoCall").on("tap",function(){ }) 阅读全文
posted @ 2018-08-02 16:30 小泉哥 阅读(353) 评论(0) 推荐(0)