比方说, url="abc123.html"
怎么才能跳转时,让访问网址变为:m.xxx.com/abc123.html
如果是用java写的后台,可以直接这样response.sendRedirect("apage.jsp");//重定向到apage.jsp