摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//int a = 5,b=10;//1.//a = a + b;//b = a - b; //a = a - b;//2.//a = b + (b = a)*0;//或者a=a+b-(b=a)//3.//a^= b^(b^=a^b);//4.//a^=b;//b^=a;//a^=b;//5.//a = a^b;//b = b^a;//a = a^b;//js//6.//a = [5,10] 阅读全文
posted @ 2010-12-17 15:34 三桂 阅读(258) 评论(0) 推荐(0) 编辑