我想在 index.html 中使用事件绑定。
我需要从数据库网址(Firebase)制作网站图标和动态快捷方式图标;
它看起来像这样:
<link rel="icon" type= "image/x-icon" href="{{icon.url}}">
但我不知道如何在 index.html 文件中使用变量。你能帮我吗?
我想在 index.html 中使用事件绑定。
我需要从数据库网址(Firebase)制作网站图标和动态快捷方式图标;
它看起来像这样:
<link rel="icon" type= "image/x-icon" href="{{icon.url}}">
但我不知道如何在 index.html 文件中使用变量。你能帮我吗?