I need pass a string parameter that contains many params. When receive the parameter, I use String.split() to split it to get all the params.
But one promblem accured. How to design my string decollator so that any ASCII CODE on keyboard can be passed correctly.
Hope for any advice.
I need pass a string parameter that contains many params. When receive the parameter,
Share
Maybe you could have a look at variadic arguments instead of splitting a string. For example:
Calling: