首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX 提问指南
广告
V2EX
›
问与答
tornado url 匹配里面 匹配 url 中的中文怎么写呢
geew
·
2014-11-03 18:41:42 +08:00
· 2557 次点击
这是一个创建于 3700 天前的主题,其中的信息可能已经有所发展或是发生改变。
比如这样的:
(r'/user/(?P<name>[\w_\-\u4e00-\u9fa5]+)/?', UserHandler, kwargs)
不行 匹配不到中文呢
u9fa5
u4e00
kwargs
1 条回复
•
2014-11-03 20:47:38 +08:00
1
kzing
2014-11-03 20:47:38 +08:00
用 urllib.quote 吧
https://gist.github.com/Kzinglzy/5b3143491771b3f63d84
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2730 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms ·
UTC 14:22
·
PVG 22:22
·
LAX 06:22
·
JFK 09:22
Developed with
CodeLauncher
♥ Do have faith in what you're doing.