Linux伊甸园论坛 » PHP,PERL,Python » 请问一个简单的问题.
初来乍到
注册用户
查看详细资料
TOP
wj
版主
Clark J. Wang
查看个人网站
注册会员
#!/usr/bin/perl -w use strict; system("echo hello world 1"); print qx(echo hello world 2); print `echo hello world 3`;