导航

2011年2月24日

摘要: when uses the "reverse" method without a expression like thisstr="hello";str.reverse;no change will be happen,the value of str is still "hello".but it will be reversed when uses the method"reverse!",string value changed like str="hello";str.reverse!; 阅读全文

posted @ 2011-02-24 22:49 blackwind 阅读(113) 评论(0) 推荐(0)