当前标签: str
__str__和__repr__
目录 * 一、__str__ <https://www.cnblogs.com/nickchen121/p/10990811.html#一__str__> * 二、__repr__ <https://www.cnblogs.com/nickchen121/p/10990811.html#二__repr__> ...
2019-06-08 15:25
阅读(151)
Ruby中to_s和to_str、to_i和to_int、to_a和to_ary、to_h和to_hash的解释说明
包括to_s和to_str、to_i和to_int、to_a和to_ary、to_h和to_hash。统称为to_x和to_xxx。 那么,to_x和to_xxx的区别是什么,什么时候使用to_x,什么时候使用to_xxx。 解释 使用鸭子模型来解释比较容易点。 只要像鸭子,就能当成鸭子,这就是to_x。只有...
2019-04-12 13:34
阅读(839)