Symbol有些與字串類似的方法,例如length、upcase、downcase,不過不像字串可以修改,Symbol是不能被修改的。 puts :age.length puts :age.upcase puts ...
確定! 回上一頁