본문으로 건너뛰기
사용자

o00o/연습장5(비교)

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