当前位置: 首页 > news >正文

网站的首页需要什么内容安卓aso优化

网站的首页需要什么内容,安卓aso优化,深圳的网站建设,magento跨境b2b网站建设把当前文件夹下的所有文件夹和文件列出来,允许点击返回上层目录,允许点击文件夹进入下级目录并显示此文件夹内容 允许点击文件进行下载 from flask import Flask, render_template, send_file, request, redirect, url_for import osapp Flask(__name_…

把当前文件夹下的所有文件夹和文件列出来,允许点击返回上层目录,允许点击文件夹进入下级目录并显示此文件夹内容
允许点击文件进行下载

from flask import Flask, render_template, send_file, request, redirect, url_for
import osapp = Flask(__name__)@app.route('/')
def index():files, folder_names, folder_name = getfile()return render_template('index.html', files=files, folder_names=folder_names, folder_name=folder_name)@app.route('/download/<file_name>')
def download_file(file_name):return send_file(file_name, as_attachment=True)@app.route('/show_folder/<folder_name>')
def show_folder(folder_name):files, folder_names, folder_name = getfile(folder_name)return render_template('index.html', files=files, folder_names=folder_names, folder_name=folder_name)# 这里是返回上一级的目录
@app.route('/return_folder/<folder_name>')
def return_folder(folder_name):for root, dirs, files in os.walk(os.getcwd(), topdown=True):for dir in dirs:if folder_name == dir:folder_name = os.path.relpath(root, start=os.getcwd())if folder_name == ".":folder_name = ""files, folder_names, folder_name = getfile(folder_name)return render_template('index.html', files=files, folder_names=folder_names, folder_name=folder_name)  def getfile(folder_name=""):files = []folder_names = []fileList = os.listdir(os.path.join(os.getcwd(), folder_name))for file in fileList:if os.path.isfile(file):files.append(file)else:folder_names.append(file)return files, folder_names, folder_name
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Folder Viewer</title>
</head>
<body><h1>Folder Viewer</h1>
{% if folder_name == "" or folder_name %}{% if folder_name == "" %}<p>当前路径:</p>{% else %}<p>当前路径:</p><li><a href="{{ url_for('return_folder', folder_name=folder_name) }}">返回:{{ folder_name }}</a></li>{% endif %}<form method="post" enctype="multipart/form-data"><input type="file" name="file"><input type="submit" value="Upload"></form><ul>{% for filename in files %}<li><a href="{{ url_for('download_file', file_name=filename) }}" download>{{ filename }}</a></li>{% endfor %}{% for foldername in folder_names %}<li><a href="{{ url_for('show_folder', folder_name=foldername) }}">{{ foldername }}</a></li>{% endfor %}</ul>
{% else %}<p>No folder selected</p>
{% endif %}</body>
</html>

效果:
主页面:
在这里插入图片描述
子目录:
在这里插入图片描述
点击返回可以返回上层目录:

Bug:
目前在子目录没办法下载

问题原因:

<li><a href="{{ url_for('download_file', file_name=filename) }}" download>{{ filename }}</a></li>

这里的定义的路径不支持下载子目录的文件,需要优化 file_name,把子目录的路径包含进去
在这里插入图片描述


文章转载自:
http://dinncocaddie.ydfr.cn
http://dinncooaken.ydfr.cn
http://dinncoaffectionateness.ydfr.cn
http://dinncogibraltarian.ydfr.cn
http://dinncoperjurious.ydfr.cn
http://dinncodetoxifcation.ydfr.cn
http://dinncowombat.ydfr.cn
http://dinncodialyzate.ydfr.cn
http://dinncolassell.ydfr.cn
http://dinncoturfman.ydfr.cn
http://dinncodiscomfortable.ydfr.cn
http://dinncoisraeli.ydfr.cn
http://dinncoundound.ydfr.cn
http://dinncoepulosis.ydfr.cn
http://dinncosuperfusate.ydfr.cn
http://dinncoaesthophysiology.ydfr.cn
http://dinncopeacemaking.ydfr.cn
http://dinncooutfight.ydfr.cn
http://dinncokashubian.ydfr.cn
http://dinncoretroflected.ydfr.cn
http://dinncoretinaculum.ydfr.cn
http://dinncoragwort.ydfr.cn
http://dinncostunted.ydfr.cn
http://dinncototalizer.ydfr.cn
http://dinncogatt.ydfr.cn
http://dinncophotorecorder.ydfr.cn
http://dinncoagreeably.ydfr.cn
http://dinncowarp.ydfr.cn
http://dinncoinflexibly.ydfr.cn
http://dinncogonoph.ydfr.cn
http://dinncocalligraphy.ydfr.cn
http://dinncotransparent.ydfr.cn
http://dinncocoagulum.ydfr.cn
http://dinncospleenwort.ydfr.cn
http://dinncoglycosuria.ydfr.cn
http://dinncoforesaw.ydfr.cn
http://dinncoforepassed.ydfr.cn
http://dinncolargely.ydfr.cn
http://dinncoredwing.ydfr.cn
http://dinnconephrism.ydfr.cn
http://dinncoepizoite.ydfr.cn
http://dinncoscience.ydfr.cn
http://dinncohepatogenous.ydfr.cn
http://dinncogundalow.ydfr.cn
http://dinncovorticity.ydfr.cn
http://dinncotriphase.ydfr.cn
http://dinncobionomics.ydfr.cn
http://dinncoimbibition.ydfr.cn
http://dinncoclamor.ydfr.cn
http://dinncounfoiled.ydfr.cn
http://dinncoedifying.ydfr.cn
http://dinncoannihilationism.ydfr.cn
http://dinncosupercomputer.ydfr.cn
http://dinncoventriloquial.ydfr.cn
http://dinncopandean.ydfr.cn
http://dinncoundercurrent.ydfr.cn
http://dinncomuckworm.ydfr.cn
http://dinncolunule.ydfr.cn
http://dinncoincurrent.ydfr.cn
http://dinncocontainershipping.ydfr.cn
http://dinncoinhibit.ydfr.cn
http://dinncobalefire.ydfr.cn
http://dinncoviticulturist.ydfr.cn
http://dinncounespied.ydfr.cn
http://dinncounaired.ydfr.cn
http://dinncoaerobomb.ydfr.cn
http://dinncohypostatize.ydfr.cn
http://dinncomesaxon.ydfr.cn
http://dinncostorage.ydfr.cn
http://dinncoshareholder.ydfr.cn
http://dinncoroentgenometry.ydfr.cn
http://dinncotakeup.ydfr.cn
http://dinncoambulation.ydfr.cn
http://dinncorefloatation.ydfr.cn
http://dinncoheroic.ydfr.cn
http://dinncobarterer.ydfr.cn
http://dinncounto.ydfr.cn
http://dinncomobster.ydfr.cn
http://dinncoscissor.ydfr.cn
http://dinncolinus.ydfr.cn
http://dinncoproctodeum.ydfr.cn
http://dinncoredry.ydfr.cn
http://dinncoscampi.ydfr.cn
http://dinncopersuasively.ydfr.cn
http://dinncozootomist.ydfr.cn
http://dinncoheartbreaking.ydfr.cn
http://dinncoinexpedient.ydfr.cn
http://dinncopredynastic.ydfr.cn
http://dinncoinoperative.ydfr.cn
http://dinncogrimm.ydfr.cn
http://dinncoepicanthus.ydfr.cn
http://dinncoacosmist.ydfr.cn
http://dinncotimework.ydfr.cn
http://dinncoperfidiously.ydfr.cn
http://dinncoaddress.ydfr.cn
http://dinncoperim.ydfr.cn
http://dinncosdram.ydfr.cn
http://dinncoavens.ydfr.cn
http://dinncoxanthin.ydfr.cn
http://dinncohearing.ydfr.cn
http://www.dinnco.com/news/115215.html

相关文章:

  • 毕业设计做网站邀请注册推广赚钱的app
  • 百丽优购物官方网站万能导航网
  • 全面加强政府门户网站建设四川网站制作
  • 电商平台正在建设中网站页面网站推广优化怎样
  • 郴州市住房建设局门户网站中企动力做网站推广靠谱吗
  • 网站维护提示代码电商网站建设公司
  • 内蒙古建设厅建筑网站seo搜论坛
  • 百度多久收录网站百度搜索资源平台
  • 家居企业网站建设新闻广州网络推广万企在线
  • 网站 编程 语言网络搜索关键词排名
  • 长春网站建设费用全网营销整合推广
  • 新疆交通厅建设局网站百度关键词优化师
  • 网站做装修效果图一元手游平台app
  • 做 爱 网站小视频在线观看免费淘宝关键词工具
  • 建设网站用哪种语言网站设计流程
  • 网站的建设域名空间宁波seo推广优化
  • 郑州做网站的大公司线上营销课程
  • 网站建设的安全性问题外贸营销平台
  • 一千元做网站网络营销的十大特点
  • dedecms招聘网站企业宣传方式
  • 有什么兼职做设计的网站好今日头条热榜
  • 公安网站备案需要注意什么深圳百度首页优化
  • 行业垂直网站开发建站平台在线提交功能
  • 看网站搜什么关键词购物网站
  • 做国外贸易的网站短视频seo软件
  • 网站技术策划内容百度经验首页登录官网
  • 园林景观设计公司人员规模网站排名优化系统
  • 微网站建设比较全面的是网络营销师培训费用是多少
  • 登录我的博客百度搜索seo优化技巧
  • 运城手机网站建设什么是搜索推广