辛勤橘子

文章
5
资源
0
加入时间
3年0月8天

C++ 内联函数示例

内联函数是代码的复制,减少程序的跳转#includeusing namespace std;inline void swap(int&, int&);int main(){ int i=7, j=-3; swap(i, j); cout<<"i= "<<i<<endl; cout<<"j= "<<j<<endl; return 0;}void swap(int&

firefox中JS读取XML文件

firefox中JS读取XML文件 在网上搜“firefox中JS读取XML文件”的方法,找了半天,好多都是问了没人答的。看到一