python

  • 示例
    • #!/usr/bin/python print "hello, world!"
  • #!/usr/bin/python shebang 行(又称hashbang行,或解释器指令行)
    • 指定解释器的位置,告诉操作系统使用哪个解释器来运行这个脚本
If you have any questions, please contact me.