Sprilt To String 해결을 도와주세요

I want to “split” this
제가 스플릿 하고싶은 문자는 fn_viewTracseInfo(‘AIG20200000284554’,‘1’,‘C0061’,‘500020034374’); $(this).css(‘color’, ‘#cecece’); return false;.

The result I want is…

AIG20200000284554
1
C0061
500020034374

원하는 결과는 작은 따옴표를 기준으로 나누어 리스트로만드는건데 char형을 string로 못바꾼다고 하더라구요

image

이렇게 쓰면 오류가 나는데 어떻게 해야되는지 도움을 주세요ㅠㅠ!

Hi @SAEVOM2YO

Use Expression like below!

YourSplitVariable.split(","c)

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.