string strTmp = "abcdefg某某某";int i= System.Text.Encoding.Default.GetBytes(strTmp).Length;int j= strTmp.Length;//以上代码执行完后,i= j=
答:i=13,j=10