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.
有谁知道是否和/或如何让 JSCS 在没有忽略语句的情况下将以下代码视为有效?
var something = (this.something === true) ? 'one' : 'two';