#!/bin/bash # 必需:输出 HTTP 头(内容类型) echo "Content-type: text/plain" echo # 输出内容 123 echo "123"