Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今日は簡単な質問があります: cgi プログラムの最初の行でdouble を正確に実行するのは何ですか:\nprintf("Content-type: text/html\n\n");
\n
printf("Content-type: text/html\n\n");
空白行は、HTTP 応答ヘッダーと HTTP 応答本文を区切ります。
これがないと、本文の最初の行が本文なのか別のヘッダーなのかを知る方法がありません。
ただし、 HTTP は使用し\r\nませ\nん。手動で行うのではなく、ライブラリを使用して CGI の詳細を抽象化することをお勧めします。
\r\n
そのような操作のための演算子またはトリックはありますか? それとも使用する必要がありますか
if(5<i && i<10)
?