一些脚本语言(例如 Python 或 Bash)#
用于注释。
#!/usr/bin/env python
print 'hello, world'
我可以运行脚本:
python script.py
或者
./script.py
是否可以让 JavaScript 支持 shebang?
一些脚本语言(例如 Python 或 Bash)#
用于注释。
#!/usr/bin/env python
print 'hello, world'
我可以运行脚本:
python script.py
或者
./script.py
是否可以让 JavaScript 支持 shebang?