2012年4月12日 ... 举个例子初始值a=0,b=1,c=1 begin a=b;b=c;c=a;end 结果是 a=1;b=1;c=a=1(此时a =1已经有效了) begin a
www.google.com.tw