gpt4 book ai didi

actionscript-3 - AS3中的void和void有什么区别?

转载 作者:行者123 更新时间:2023-12-04 04:24:55 25 4
gpt4 key购买 nike

我注意到我可以将函数的返回类型设置为“Void”和“void”,只是想知道是否有任何好处?

最佳答案

Void (大写“v”)是 ActionScript 3 的 ActionScript 2 版本 void .

AS3 文档(无效):

指定函数不能返回任何值。 void 类型是一种特殊类型,它只包含一个值:undefined。它的特殊之处在于它的使用仅限于函数的返回类型。不能使用 void 作为属性的类型注释。

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/specialTypes.html#void

AS2 文档(无效):

Void 数据类型只有一个值,即 void,在函数定义中使用它来指示函数不返回值,如下例所示:

//Creates a function with a return type Void
function displayFromURL(url:String):Void {}

http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00000037.html

关于actionscript-3 - AS3中的void和void有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9128639/

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