我正在实现一个带有完全 Ajaxified 接口(jQuery)库的 CMS。一切都通过 Ajax 调用等发生在一个 index.php 文件中。我该怎么做:
www.mysite.com/dashboard#statistics
什么时候在统计页面等?
我正在实现一个带有完全 Ajaxified 接口(jQuery)库的 CMS。一切都通过 Ajax 调用等发生在一个 index.php 文件中。我该怎么做:
www.mysite.com/dashboard#statistics
什么时候在统计页面等?
document.location.hash = 'statistics';
www.mysite.com/dashboard/#!/statistics
会更好 - 这是谷歌提出的格式。http://searchengineland.com/googles-proposal-for-crawling-ajax-may-be-live-34411