使用 materilalup 图标时不显示图标

not show icon when using the materilalup icon

当您使用此代码时

<div class="input-field col s6"> <i class="material-icons prefix">account_circle</i> <input id="icon_prefix" type="text" class="validate"> <label for="icon_prefix">First Name</label> </div>

它不显示图标。为什么?

Kianoush 添加以下 link 标签

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">