一、iframe返回上一页函数
在ie和ff中能够调用下面的函数来返回上一页spa
function gback() { self.history.back(-1);}
可是在chorme中必须这样写code
href=