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.
我无法显示类似的变量{{foo_bar}},但如果我将名称更改为fooBar它可以工作。如何显示包含下划线的变量?
{{foo_bar}}
fooBar
我认为如果您显示包含下划线的变量是可以的。它没有错误。