中文 (zh-CN) · 繁體中文(zh-TW) ... system $cmd; # 使用system() $output = `$cmd`; # 使用backticks (``) open (PIPE, "cmd ⎪"); # 使用open().
確定! 回上一頁