Aidenk/test(비교)
| r1 vs r2 | ||
|---|---|---|
| 1 | ||
| 1 | {{{#!if (code_first = 코드.substr(0, 1)) | |
| 2 | }}} | |
| 3 | ||
| 4 | {{{#!if code_first == "1" | |
| 5 | 100번대 (Informational) 디자인 적용 | |
| 6 | }}}{{{#!if code_first == "2" | |
| 7 | 200번대 (Success) 디자인 적용 | |
| 8 | }}}{{{#!if code_first == "3" | |
| 9 | 300번대 (Redirection) 디자인 적용 | |
| 10 | }}}{{{#!if code_first == "4" | |
| 11 | 400번대 (Client Error) 디자인 적용 | |
| 12 | }}}{{{#!if code_first == "5" | |
| 13 | 500번대 (Server Error) 디자인 적용 | |
| 14 | }}}{{{#!if code_first != "1" && code_first != "2" && code_first != "3" && code_first != "4" && code_first != "5" | |
| 15 | 기타 디자인 적용 | |
| 16 | }}} | |
| 17 |