摘要:
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)
浙公网安备 33010602011771号