It turns out that it is practical to send Ajax request via POST method. Thanks Thomas again for pointing out my misunderstanding.
Here is the way I send array data in my case described above:
First change array into string using join();
After that, using $.post
![Capture.JPG]()
Finally in XSJS:
![Capture.JPG]()
Best Regards,
Angel