2024年1月25日发(作者:) /// /// 类型匹配 /// /// /// /// public static bool IsType(Type type, string typeName) { if (ng() == typeName) return true; if (ng() == "") return false; return IsType(pe, typeName); }
发布评论