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.
我正在使用 web.py 创建一个站点,并在后端和前端模板之间传递配置值和常用函数我正在使用自定义类对象。我正在使用基本模板,但无法弄清楚如何将变量传递给基本模板,所以我只是将它传递给子模板,然后执行
$var o: $:obj
但是在基本模板中访问它时,我得到
<object.object instance at 0x12345678>
而且我无法弄清楚我做错了什么。我在对变量的所有引用之前添加了“:”,但这没有帮助。
这应该这样做:
$var o = obj