嗨,大家好抱歉noob问题是什么是\ x1 ..\x2 ..\x3字符以及如何将这些字符转换为普通字符?

您好我的lua脚本需要一些帮助.我这里有一个脚本,它将运行像应用程序这样的服务器(无限循环).这里的问题是它没有执行第二个协同程序.
你能告诉我什么是错的谢谢你.
function startServer()
print( "...Running server" )
--run a server like application infinite loop
os.execute( "server.exe" )
end
function continue()
print("continue")
end
co = coroutine.create( startServer() )
co1 = coroutine.create( continue() )
Run Code Online (Sandbox Code Playgroud) 如何在Perl中自动输入密码?
码:
my $makecmd .= system "ssh remotehost;";
system( "$makecmd" );
Run Code Online (Sandbox Code Playgroud)
输出:
Enter passphrase for key '~/.ssh/id_rsa':
Run Code Online (Sandbox Code Playgroud) 快速问题,lua代码将运行带参数的binary/exe文件
提前致谢.