【发布时间】:2019-02-19 09:40:05
【问题描述】:
我正在处理 HTML,并希望接收像 youtube 这样的控件。
这是主要问题:
<video width="500" height="50" controls="controls">
<source src="{{ song.audio_file.url }}">
</video>
我想接收像 youtube 这样的“控件”或这种风格的东西,并且
不是您收到的默认值-
default like this
我怎样才能得到这个控件? -
like this controls:
【问题讨论】:
-
是视频文件还是音频文件?
-
是音频.....
标签: html python-2.7 django-templates