常用跳转方式如下:
1: a标签跳转 超链接
2: form 表单提交跳转
3:
1:location.href="跳转路径";
2:location.reload(); 刷新当前页面(本质就是跳转到了当前页面)
header(" location:跳转地址" );