想为自己弄的双链表定义一个输出操作符,输出操作符的形参应该怎么定义呢??? template<class T> class Dlist { 。。。。。 } std::ostream& operator<< (std::ostream& os,【?????】)