如何实现面包屑导航?

发布于 2025-01-05 09:23:43 字数 104 浏览 0 评论 0原文

我不知道这个功能是否显示用户访问过的页面列表并链接它们,看起来像:首页>新闻动态> LogIn... 有或没有特定的名称,但我不知道如何在我的网站中实现它。任何帮助将不胜感激。谢谢。

I don't know if this feature that shows list of pages that user has visited and also links them and looks like: Home> News> LogIn... has a particular name or not, but I don't have any idea about implementing it in my website. any help would be appreciated. thnx.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲喜皆因你 2025-01-12 09:23:43

通常面包屑不会用 jquery 实现。

面包屑不会随着页面自身上的任何操作而改变,因此它主要使用服务器端脚本语言创建。
我不确定你是否使用 php 还是 .net,但我会在那里创建面包屑。

我知道 zend 框架有一个非常好的基于导航 xml 的面包屑生成。

尝试在谷歌上搜索 breadcrump php 或 breadcrump .net。

Typically breadcrumps wouldnt be implemented with jquery.

Breadcrumbs do not change with any action on a page self so its mostly created using the serverside script language.
Im not sure if u use php or .net, but i would look there to create breadcrumbs.

I know zend framework has a very good breadcrump generation based on an navigation xml.

Try googling for breadcrump php or breadcrump .net.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文