flask实现虚拟目录

使用蓝图实现虚拟目录

blue_filestatic = Blueprint('blue_filestatic',__name__,static_url_path='/diskd', static_folder='D:/')