摘要: 这是因为test里不能直接用 ${value}=='字符串' 的方式来进行判断比较,所以只能这样写 ${value == '字符串'} ,这样就能判断了 阅读全文
posted @ 2018-11-07 14:53 由良大小姐 阅读(676) 评论(0) 推荐(0)