摘要:
Sub clac(ByRef str As String) str = str + "changed" End Sub 假如有 dim str as string = "hello" calc(str) calc str call calc(str) 最终str结果一样吗? 居然不同!!!!FT 最近开始检查VB代码,发现的一个诡异问题,.NET无关,就当... 阅读全文
posted @ 2004-04-19 15:35
大坏蛋
阅读(789)
评论(2)
推荐(0)
浙公网安备 33010602011771号