vb.net里怎么获取控件的字节数如标题!第一个正确答案给满分![解决办法]string ss = "a我 "; int c = Encoding.Default.GetByteCount(ss); c为3