window.history.back(); 和var url=window.history.back()都可以为啥?
后面的一个只是定义了一个变量url赋值为window.history.back(),其实是一样的