VolleyInterface为什么不使用无参的构造函数呢? 传递进来的三个参数也没用到呀.
new VolleyInterface(VolleyInterface.mListener,VolleyInterface.mErrorListener) 这句话做什么用呢?把自己的成员变量传给自己的构造函数是要达到什么目的呢? 直接用无参的构造函数不好么?
new VolleyInterface(VolleyInterface.mListener,VolleyInterface.mErrorListener) 这句话做什么用呢?把自己的成员变量传给自己的构造函数是要达到什么目的呢? 直接用无参的构造函数不好么?
2015-08-21
举报