在bashor 中sh,我想任何以 开头的#都是注释。
bash
sh
#
但是在bash脚本中我们写:
#!/bin/bash
在 Python 脚本中,有:
#!/bin/python
这是否意味着它#本身是一个评论而#!不是?
#!
python bash scripts
bash ×1
python ×1
scripts ×1