摘要:
1.String分配了之后就无法更改?下面的代码会造成编译错误:[代码]会造成:Error3Property or indexer 'string.this[int]' cannot be assigned to -- it is read only事实上是可以改变的:[代码]2.String不能用new来构造?由于代码[代码]会报错,没有此类ctor但是实际上string有8个ctor:[代码]... 阅读全文
posted @ 2010-09-10 16:11
caonidayecnblogs
阅读(537)
评论(0)
推荐(2)