示例#1
0
def getfile(filename):
    return app.send_static_file(filename)
示例#2
0
def getfile(filename):
    return app.send_static_file(filename)
示例#3
0
def root():
    return app.send_static_file('player.html')
示例#4
0
def root():
    return app.send_static_file('player.html')