본문으로 건너뛰기
사용자

o00o/연습장5(비교)

r21 vs r22
11
{{{#!if ((i1=설명.indexof("@"))!=-1) && ((i1=설명.indexof("*")!=-1))
22
}}}
3
{{{#!if i1=설명.indexof("@")
3
{{{#!if i1=설명.indexOf("@")
44
}}}
55
> 설명: @설명@
66
> i1: @i1@
......