gpt4 book ai didi

flash - 有人知道 Shorthand Action Script 3 吗?

转载 作者:行者123 更新时间:2023-12-02 05:25:18 26 4
gpt4 key购买 nike

我习惯于使用 if else 简写:

var = (if 语句) ? '某物' : '别的东西';

还有其他速记方法吗?

最佳答案

不确定这是否符合您的要求,但这也有效:

var myVar:String = someStrThatMightBeNull || "default value if that other value is null";

因此,如果赋值运算符右侧的第一个值是 null/undefined,它将使用文字字符串。

关于flash - 有人知道 Shorthand Action Script 3 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/966906/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com