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.
只有在控制器中设置变量时如何初始化变量???
在定义方法时为配置文件添加默认值,并检查它是否不是默认值。
def initialize(profile = nil) if profile @profile = profile @person = profile.person end end