“`” 答:string str1 = null 是不给他分配内存空间,而string str2 = “””” 给它分配长度为空字符串的内存空间,因此str1还不是一个实例化的对象,而str2已经实例化 <strong>注意null不是对象,""""是对象</strong> <pre><code> "“` Was this helpful? YesNo 0 / 0 上一篇: shorts1 = 1; s1 = s1 + 1;有什么错? short s1 = 1; s1 += 1;有什么错? 下一篇: C#中什么是装箱和拆箱? 发表回复 取消回复0 Your email address will not be published. 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。