使用PHP向body元素添加唯一的ID

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用PHP向body元素添加唯一的ID相关的知识,希望对你有一定的参考价值。

From an awesome comment on how you can use php to apply the unique ID to to the body element. This will return the name of the PHP file being executed as the ID (e.g. body id="index.php"). To leave off the .php part, just remove the ".php" part.
  1. <body id="<?= basename($_SERVER['PHP_SELF'], ".php")?>">

以上是关于使用PHP向body元素添加唯一的ID的主要内容,如果未能解决你的问题,请参考以下文章

向WordPress中的Body元素添加自定义ID

向一个元素添加多个唯一 ID

PHP 向Drupal菜单项添加唯一ID

HTML 元素唯一标识 | Id 全局属性

HTML 元素唯一标识 | Id 全局属性

从 DOM 中读取 HTML 片段并向其中添加自定义数据