花费 13 ms
linux -- #!/bin/bash

#!/bin/bash是指此脚本使用/bin/bash来解释执行。 其中,#!是一个特殊的表示符,其后,跟着解释此脚本的shell路径。 bash只是shell的一种,还有很多其它 ...

Fri May 08 19:22:00 CST 2015 0 4999

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM