Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在lift web框架中,RequestVar有一个方法is:
RequestVar
is
def is: T The current value of the variable
我想知道为什么方法名称是is?它是其他单词的简称吗?如果是 word is,我希望它返回一些布尔值,但它会返回它所持有的值。
我想说is应该回答“变量的当前值是多少?”这个问题。
测试是否存在是没有意义的,因为RequestVars(并且SessionsVars就此而言)总是如此。如果它让您感到困惑,请使用get;)
RequestVars
SessionsVars
get