Javascript历史库现代Web应用程序的历史推送库。为历史设置一个新的url: lusu.history.push( string page, function callback ); lusu.history.push('/page/id/3', function() { // Action when the load is done. });如果你想做一个获取请求: lusu.doc.get( string page, function callback ); lusu.doc.get('page', function(response) { // Action. });如果要在文档准备好时触发操作: lusu.doc.get( function callback ); lusu.doc.ready(function() { /