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.
假设我传入{ "data": "hello" }玉模板,
{ "data": "hello" }
然后我想给data一个变量,比如
data
- var temp = #{data}
但它失败了,我该怎么做是正确的?
我已经解决了,正确的解决方案是
- var temp = data