一:类模板偏特化,全特化

#pragma once
#include <iostream>
#include <map>
  
template <typename T, typename U>
class TC
{ 
   
public:
 TC