| r17 | ||
|---|---|---|
| r9 | 1 | {{{#!if date = st.split("/")[0] |
| 2 | }}}{{{#!if content = st.split("/")[1] | |
| r13 | 3 | }}}{{{#!if l = st.length, position = st.indexOf("/"), date=st.substr(0,position).trim(), content=st.substr(position + 1).trim() |
| r4 | 4 | }}}날짜: @date@ |
| r5 | 5 | 내용: @content@ |
| r10 | 6 | 길이: @l@ |
| r14 | 7 | /의 위치: @position@ |
| 8 | ||
| r17 | 9 | {{{#!if hello=JSON.stringify([1,2,3]), hi=hello[0] |
| r15 | 10 | }}} |
| r14 | 11 | Hello: @hello@ |
| 12 | Hi: @hi@ |