阅读背景:

无法解析django模板中的余数

来源:互联网 
<html>
<head>
    <title>{{ songname }}</title>
    <meta charset="UTF-8">
    {% load static %}
</head>
<body>
    <center><h1>MUOSIC</h1></center>
    <hr>
    <audio controls>
    <source src="{% static {{ songname }} %}" type="audio/mpeg">
    </audio>
    <hr>
</body>
<html>
<head>
    <title>{{ songname }}</title>



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: