Contents [hide]
输出结果
Current time like this
Mon Dec 9 07:08:08 JST 2019
程式码
JavaScript
1 2 3 | const execSync = require( 'child_process' ).execSync; let result = execSync( 'date' ).toString(); console.log(result); |
PHP
1 2 3 | <?php exec ( 'date' , $rtn ); print ( $rtn [0]. "\n" ); |
Perl
1 2 | my $result = `date`; print ( $result . "\n" ); |
Python
1 2 3 | import subprocess result = subprocess.check_output([ "date" ], shell = True ).decode( "UTF-8" ) print (result) |
Ruby
1 2 | result = `date` print(result) |
Shell
1 2 3 | #!/bin/sh RESULT=` date `; echo $RESULT; |

作者: 栗田 創。1st Class, inc的首席执行官/首席技术官。搜索引擎工程师、网站管理员
证书: AWS Solution Architect,Professional Scrum Master I ,一级IT工程师(日本国家证书),TOEIC900+,东京大学経済学部経営学科卒业
请关注我的Weblio帐户以获取更新
IT相关服务:VPS排名