Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
因为不需要写else,需要判断非当前成立的情况,直接用if就行
比如
if c>o then .........
if not(c>o) then........
这样的替代
if c>o then ...
else .....