2024年4月10日发(作者:)
{
string[] contentTypes = lLines(@"c:");
foreach (string contentType in contentTypes)
{
string[] types = (',');
string key = types[0];
string value = types[1];
(key, value);
}
}
static string getContentTypeValue(string key)
{
string value = dicContentType[key];
return value;
}
}


发布评论