【发布时间】:2013-11-18 11:31:48
【问题描述】:
我有幻灯片页面来自视图
页面网址:http://localhost.com/entertainment/word
在这个页面我有幻灯片,有上一个和下一个按钮..
当我按下下一个按钮时,它会调用视图 ajax 并通过附加 ?page=2 转到下一张幻灯片,然后 URL 变为“http://localhost.com/entertainment/word?page=2”无需刷新页面。
在每次 ajax 调用后,我需要在自定义模块中获取附加值,例如 page="2"。
【问题讨论】: