HTML 代码中的音频元素但不可见

Audio-element in HTML code but not visible

当我在 sourcecode/html 中添加 audio-tag 时,它不会在浏览器中可见。

When I manually add the html in an existing HTML-page, the audio-element will not be shown. When I add some text with for example the strong-element, it will appear as expected.

在我的例子中,我使用 Angular.js 在动态加载数据后添加音频元素。根据来自 Chrome/Firefox 的元素检查器, 在源代码中,但是 audio-element is not be visible.

音频元素在静态页面加载时可见。

是否可以动态添加 audio/video-element?

如果您将 controls="control" 放在音频标签中,您可能会看到 controls