编写要求:
1.今日收盘成交量是昨日成交量的0.5; 2.昨日收盘成交量是前日成交量的0.7。
www.gszx.com.cn网解答:
a:=v=ref(v,1)*0.5; b:=ref(v,1)=ref(v,2)*0.7; xg:a and b;