最佳答案
我浏览了一些 shell 脚本教程,发现了以下示例程序:
#!/bin/sh
clear
echo "HELLO WORLD"
有没有人能告诉我 #!/bin/sh
开头的注释是什么意思?