好像没有,bootstrap是前台的框架。您需要后台语言来实现。
就fread,不用fseek char data[100]; FILE* fin=fopen(....); while(!feof(fin)){//是否到文件末尾 fread(data,100,1,fin); }