标签: coffeescript
我需要为coffeescript中的变量赋值。如何以简短的形式编写此代码:
if obj and obj.event and obj.event.name variable = obj.event.name else variable = ''