flask html 路径,【Python】Flask 怎样获取当前页面的相对路径

 2023-09-09 阅读 19 评论 0

摘要:如题,当前页面为 “/about” 时,就 activeAbout类似上面这种,当前路径如何获取?回答In this case the values of the above mentioned attributes would be the following:html5选择本地路径?path /page.htmlscript_root /myapplicationbase_url

如题,当前页面为 “/about” 时,就 active

About

类似上面这种,当前路径如何获取?

回答

In this case the values of the above mentioned attributes would be the following:

html5选择本地路径?path /page.html

script_root /myapplication

base_url http://www.example.com/myapplication/page.html

url http://www.example.com/myapplication/page.html?x=y

老兄也是用Bootstrap的么

javascruot

flask返回数据到前端,$(function(){

var href = location.href;

var x = href.match(/\/[\w\/]+$/);

if(x && x[0]){

$(".side-nav >li").find('a[href="'+x[0]+'"]').parent().addClass("active-nav");

}

python获取网页标签中的内容、});

简单又方便…

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/3/28817.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息