在<head></head>中加入这一句:

<link rel='stylesheet' href='http://fonts.googleapis.com/icon?family=Material+Icons' type='text/css'>

然后在body中加入:

<span class="sidenav-link-icon">
<i class="material-icons">videocam</i>
</span>

就可以插入一个摄像头的图标。

其他图标可以从这个网页中找:https://material.io/icons/

相关文章:

  • 2022-02-13
  • 2021-12-22
  • 2022-01-04
  • 2021-06-27
  • 2021-05-24
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-02-24
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案