In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "python script framework webpy url mapping example analysis", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn the "python script framework webpy url mapping example analysis"!
URL exact match (specific url)
/ index
URL fuzzy matching (you have no idea what's behind index, it doesn't return parameters at all)
/ index/\ d
URL band matching (there is mainly a'()', which mainly returns a parameter, which must be accepted in the class you are dealing with)
/ baidu/ (. *)
Instance import weburls= ('/ index','AbsoluteUrl','/ index/\ dcards,'/ index/ (. *)', 'GroupUrl') # specific url processing class class AbsoluteUrl: def GET (self): web.header (' Content-type','text/html) Charset=utf-8') return u'URL exactly matches the'# fuzzy url handling class class AmbiguousUrl: def GET (self): web.header ('Content-type','text/html) Charset=utf-8') return u'URL Fuzzy matching'# grouped url processing class class GroupUrl: def GET (self,name): # if you have a group match here, be sure to add a parameter to receive the parameter web.header ('Content-type','text/html) returned by you Charset=utf-8') return u'URL band matching -'+ nameapp=web.application (urls,globals ()) if _ _ name__ = ='_ main__': app.run () so far, I believe you have a deeper understanding of "url mapping example analysis of python script framework webpy". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.