标签: javascript html cakephp
在错误页面上,当我们单击后退URL时,它不起作用。 这是相关的代码段。
<div id="footer"> <?= $this->Html->link(__('Back'), 'javascript:history.go(-1)') ?> </div>
答案 0 :(得分:0)
使用请求对象-
$this->request->referer();