Rev 6249 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
133 | bpr | 1 | |
2 | |||
3 | <b>纯文本.</b> |
||
5903 | bpr | 4 | (名称: <span class="tt">raw</span>) |
17193 | bpr | 5 | <br> |
133 | bpr | 6 | 用于与正确答案比较的文本. 下面的选项决定了在进行比较前需要作怎样的变换. |
7 | 如果没有给出选项, 则只除去首尾的空格. 使用这个格式要小心, 在默认情形, |
||
8 | 多一个空格就被认为不同的! 这主要用于作者手工打分. |
||
3361 | bpr | 9 | |
10 | |||
11 | !set p=anstype.$lang/raw |
||
12 | !readproc tabletheme |
||
13 | $table_header |
||
14 | !set caption=!record 1 of help/$p |
||
15 | <caption>$caption</caption> |
||
16 | !set header=!record 2 of help/$p |
||
17 | $table_tr<th>$(header[1])</th><th>$(header[2])</th></tr> |
||
18 | !set cnt_record=!recordcnt help/$p |
||
19 | !for u= 3 to $cnt_record |
||
20 | !set l_=!record $u of help/$p |
||
6249 | bpr | 21 | $table_tr<td class="tt"> |
3361 | bpr | 22 | !line 1 of $l_ |
6249 | bpr | 23 | </td><td> |
3361 | bpr | 24 | !line 2 of $l_ |
25 | </td> |
||
26 | !next |
||
2084 | zjchen | 27 | $table_end |