?? main.cpp
字號:
#include <iostream.h>
#include <afx.h>
#include "Function.h"
#define FILENAME "web.xml"//初始xml文件
xmlnode node[1000];
int count=0;
void main()
{
CString context=openfile(FILENAME);
str2array(context);
for(int i=0;i<count;i++)
cout<<node[i].name<<" "<<node[i].value<<" "<<node[i].id<<endl;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -