Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
ss:=not(a and b and c );
sss:=not(a) and not(b) and not(c);
两者是否一样? 测试结果不同
这个只要abc里面一个不成立就行
这个要abc同时不成立
那
ss3:=not(a or b or c );
是什么意思?