【发布时间】:2011-04-12 03:15:51
【问题描述】:
我有一个 HTML 文件,其中包含以下内容:
.CLASS1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}
.style4 {
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.style6 {font-family: Arial, Helvetica, sans-serif}
.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style13 {font-size: 20px}
.style14 {
font-size: 22px;
font-weight: bold;
}
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; }
.style16 {
font-size: 15px;
font-weight: bold;
}
.style18 {font-size: 13px}
.style20 {font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
.style24 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; }
.style26 {font-size: 15px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style27 {font-size: 14px}
.style32 {font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style33 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style34 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
我想要 C# 中包含的列表
style1
style3
style34
..
..
..
in this manner ..
提前致谢。
【问题讨论】: