poster
2019-12-05, 17:20
有没有一种输入方式,例如:
var = (cond) ? true : false; 还是我们必须使用这种格式?
if (cond) true else false end
更多&回答... (https://stackoverflow.com/q/5594937)
var = (cond) ? true : false; 还是我们必须使用这种格式?
if (cond) true else false end
更多&回答... (https://stackoverflow.com/q/5594937)