thinkphp3.2中利用success()怎么跳出frameset
直接用success函数应该不能实现 你可以尝试把提交封装成ajax 回调里通过js控制跳转和跳出frame top.document.location.href=''。