标签: coffeescript
我所希望的是这样的事情:
str = "This is a #{testing}" testing = "test" console.log(str) # => "This is a test"
用例并不能有效地切换变量定义的顺序,所以如果可能的话我想避免这种情况。