例如,我想改变:
call "hello mister 123",2343
至:
call 2343,"hello mister 123"
(假设光标位于行的开头)
理想情况下,这个技巧可以像东西一样
call "hello,world","goodbye,world"