본문으로 건너뛰기
사용자

o00o/연습장5(비교)

r29 vs r30
11
{{{#!if ((i1=설명.indexOf("@"))==-1) && (i1=설명.indexOf("*"))
22
}}}
3
{{{#!if temp=((i1=설명.indexOf("@"))!=-1)
4
}}}
53
> 설명: @설명@
64
> i1: @i1@
75
> temp: @temp@
......