본문으로 건너뛰기

Aidenk/test(r2판 Blame)

r2
r2
1{{{#!if (code_first = 코드.substr(0, 1))
2}}}
3
4{{{#!if code_first == "1"
5100번대 (Informational) 디자인 적용
6}}}{{{#!if code_first == "2"
7200번대 (Success) 디자인 적용
8}}}{{{#!if code_first == "3"
9300번대 (Redirection) 디자인 적용
10}}}{{{#!if code_first == "4"
11400번대 (Client Error) 디자인 적용
12}}}{{{#!if code_first == "5"
13500번대 (Server Error) 디자인 적용
14}}}{{{#!if code_first != "1" && code_first != "2" && code_first != "3" && code_first != "4" && code_first != "5"
15기타 디자인 적용
16}}}
17