问题
Suppose I want to send the string below
String 1 : cd /srcdir/data/PTcpGateway
String 2 : vi am1py_packets_PS.config
I don't wanted to send one by one character, instead want to send whole string in one go. Is it possible using Java Robot?
I tried to follow this post, but it does not work for me.
来源:https://stackoverflow.com/questions/58220899/how-to-send-a-string-which-contains-caps-and-small-case-character-as-well-specia