|  |      1icedx      2014-10-26 19:47:58 +08:00 via Android 框架 | 
|  |      3imn1      2014-10-26 19:51:36 +08:00 用div做分页,切换显示就是了 | 
|  |      4klam      2014-10-26 19:53:52 +08:00 把数据一次性全部载入,然后保存在变量或dom里.. | 
|  |      5avrillavigne      2014-10-26 19:59:29 +08:00 @Imivan iframe 笑出声 | 
|  |      6Imivan OP | 
|  |      8kmvan      2014-10-26 20:30:27 +08:00 用Jsonp | 
|  |      9aliuwr      2014-10-26 21:12:20 +08:00 你需要的应该是 HTML5 History API: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history#Adding_and_modifying_history_entries Demo: http://html5demos.com/history 由于是 HTML5 里的标准, 对于古董浏览器, 可以使用 location.hash 作为替代品. | 
|  |      12shsf4      2014-10-26 21:19:03 +08:00 试试angular.js的路由功能~~ | 
|  |      13aliuwr      2014-10-26 21:28:15 +08:00 via Android | 
|  |      15Imivan OP @aliuwr 可以给个window.location.hash源码和演示么?w3school没有,网上的资料也很少。前端渣渣,谢谢了。 | 
|  |      16aliuwr      2014-10-29 09:53:28 +08:00 |