stussy nike:关于 vb 的几个问题

来源:百度文库 编辑:高考问答 时间:2024/05/11 16:13:59
什么时候用 nothing 什么时候用empty 呢?他们各自用在什么环境中,会有什么效果呢?

在使用对象时用 Nothing,
其它时候用 Empty。

在使用对象时用 Nothing,
其它时候用 Empty。

set 对象 Nothing
变量=Empty

在使用对象时用 Nothing,
其它时候用 Empty。