This topic created in 3437 days ago, the information mentioned may be changed or developed.
写了个 function ,如何让该方法成为所有 model 的成员函数,而不是每个 model 都写一遍
2 replies • 2017-03-09 22:56:37 +08:00
 |
|
2
xujinkai Mar 9, 2017 via Android
把这个 function 放进一个 class 里 然后所有 model 都继承一下
|