以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://www.weistock.com/bbs/index.asp) -- 金字塔软件问题提交 (http://www.weistock.com/bbs/list.asp?boardid=2) ---- 不等于怎么写 (http://www.weistock.com/bbs/dispbbs.asp?boardid=2&id=90601) |
-- 作者:xiebooo -- 发布时间:2016/1/22 11:06:30 -- 不等于怎么写 判断句:如果a不等于10 if a <> 10 then ... 这样写对吗? >= 大于或等于 <= 小于或等于 = 等于 这些判断分别都是这样写的吗?
|
-- 作者:wenarm -- 发布时间:2016/1/22 11:09:07 -- 对的
|