| 发表于:2007-01-26 19:55:331楼 得分:20 |
不太明白你的描述 imports system.text dim aa as string = "asdcfgtrwwww " dim bb as string = " " dim tempstr as byte() tempstr = encoding.unicode.getbytes(aa) bb = encoding.unicode.getstring(tempstr, 0, tempstr.length) msgbox (bb) | | |
|