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.
我在 /my_project/public/xml/file.xml 中有一个 XML 文件,我想用控制器中的一种方法读取和解析它。该文件可以通过模板轻松访问,但我没有在控制器中访问文件的经验。
我知道的越简单:开玩笑地获取项目基础的名称 filename = os.path.join(os.path.dirname(myproject.__file__), 'public', 'xml', 'file.xml')
filename = os.path.join(os.path.dirname(myproject.__file__), 'public', 'xml', 'file.xml')