본문으로 건너뛰기
사용자

o00o/연습장5(비교)

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