본문으로 건너뛰기
사용자

o00o/연습장5(비교)

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