Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让这样的东西在 app.yaml 文件中工作:
- url: /([^\\]+)/static static_dir: /apps/\1/static
Astatic_dir必须是固定前缀。
static_dir
但是,您可以改用static_files,它利用正则表达式组。
static_files