f_mount(0, &fs);//Open source file res = f_open(&fsrc, "aa.txt", FA_OPEN_EXISTING | ...
代码如下: #include<iostream> using namespace std; int main() { int j = 0;...