Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
页面名称和页面标题有什么区别?
每个的重点/用途是什么?
在 LayoutImpl 中,它们的工作方式完全相同,就像两个任意文本字段一样,所以我猜它们的区别在于应用程序逻辑或用途。
我读到的页面名称不是唯一的,标题是唯一的吗?
不,他们不是一回事
在上图中,您可以为页面名称赋予不同的标题。在 portal_normal.vm 的 HTML 的头部也显示了同样的内容
<title>$the_title - $company_name</title>
标题不是唯一的。