你写的格式对吗?应该是shared_ptr<t> ps1(new T(v));或者std::shared_ptr<t> ps1 = std::make_shared<t>(v);?</t></t></t>