摘要:
1.cgi文件的代码#include "fcgi_stdio.h"#include #include int main(){ /* Initialization Code */ int count = 0; /* Start of response loop */ while (FCGI_Accept() >= 0) { //* body of response loop /*/ //FCGI_printf("Content-type: text/html/r/n" // "/r/n" // ... 阅读全文
posted @ 2014-01-17 12:43
Siylzヾ夏天
阅读(1984)
评论(0)
推荐(0)
浙公网安备 33010602011771号