由买买提看人间百态

topics

全部话题 - 话题: stdio
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
z******j
发帖数: 1265
1
来自主题: Stock版 - SQ 是在on sale 还是个trap?
怎么看上去是好股?

:这个波动是有点大,不过一直这样,这次也不是例外,心脏大的可以买,看上去时好
股,没什么号担心的吧?
:【 在 stdio (stdio) 的大作中提到: 】
p********n
发帖数: 2
2
都要er了,还不赌一把
[在 stdio (stdio) 的大作中提到:]
:等啥呢,还不趁绿赶紧跑
m********3
发帖数: 2125
3
来自主题: Stock版 - 梦到tsla上500
新闻里的真是叫Zhao Jing. 不知道这ID什么时候注册的。
[在 stdio (stdio) 的大作中提到:]
:楼主是不是12share要把一龙干翻的那位股东?

发帖数: 1
4
来自主题: Stock版 - 往IB的账户里转钱
哪个选项,具体说说?
[
在 stdio (stdio) 的大作中提到:]
:反了吧。在IB里set up你的银行账号,然后用免费的那个选项,3天就到了
g*********9
发帖数: 1285
5
银行就靠你赚钱了

:我是日交,一般不留过夜,明天不管上下再搞好了。
:【 在 stdio (stdio) 的大作中提到: 】
r*****e
发帖数: 7853
6
来自主题: Stock版 - 抄底了
Hedge aapl,goog
[在 stdio (stdio) 的大作中提到:]
:用来hedge IBM还是bbby?
l*****8
发帖数: 16949
7
下面这个hello world的20天能学会吗?
[
uuid(2573F8F4-CFEE-101A-9A9F-00AA00342820)
]
library LHello
{
// bring in the master library
importlib("actimp.tlb");
importlib("actexp.tlb");
// bring in my interfaces
#include "pshlo.idl"
[
uuid(2573F8F5-CFEE-101A-9A9F-00AA00342820)
]
cotype THello
{
interface IHello;
interface IPersistFile;
};
};
[
exe,
uuid(2573F890-CFEE-101A-9A9F-00AA00342820)
]
module CHelloLib
{
// some code related header files
importheader();
importheader();
importheader(阅读全帖
a***y
发帖数: 19743
8
☆─────────────────────────────────────☆
anoia (high estrogen man) 于 (Mon Apr 4 13:02:01 2011, 美东) 提到:
okay,如果你按照果果给你的规矩,所有东西都是itune sync传的,一般没问题
问题是果果还给了你一个东西叫camera kit
这下好了,因为这玩意儿不通过itune,结果时不时就会出现thumbnail的问题
比如
1。图片thumbnail压根不显示,显示是一个图标
2。图片thumbnail不显示,显示一个黑框
3。corrupted thumbnail,就是显示一半,另外一半黑
4。完全错误的thumbnail,用别的图片,甚至已经删除图片的thumbnail作为另外
图片的thumbnail
5。点thumbnail,不显示大图,而是把thumbnail强行放大到全屏给你看
我后来无聊研究了一下(用ifile看folder结构)
发现果果这个真tmd奇葩
一般一个图片,原始文件,至少有2~3个地方有,一个地方似乎专门是存储用的
比如你import进去的jp... 阅读全帖
l*s
发帖数: 783
9
来自主题: DotNet版 - [合集] .NET 何去何从
☆─────────────────────────────────────☆
BubbleSort (亚特兰蒂斯) 于 h 提到:
我们组的Silverlight网站,头决定用Java Spring MVC完全重做,因为
微软今后不会对Silverliht继续升级了。
这一两年,微软的脑残决定可不少啊。看看这篇评论:
http://www.i-programmer.info/professional-programmer/i-programm
网友的杰作:
http://www.youtube.com/watch?v=RRFiu0xfQzw&autoplay=1
☆─────────────────────────────────────☆
rodney (√) 于 (Sat Jan 12 13:46:05 2013, 美东) 提到:
NeverLearn会给你定心的。

☆─────────────────────────────────────☆
goodbug (好虫) 于 (Sat Jan 12 23:00:26 2013, 美东) 提到:
Hi... 阅读全帖
s********1
发帖数: 581
10
gcc 编译的时候要包括 header source file 吗?
main.c 的程序中引用了sub.h 和 sub.c 中定义的function pphh(),
***************************************************************
//File: main.c
#include
#include "sub.h"
void main()
{
pphh();
}
*************************************************
//File: sub.h
#ifndef _sub_h
#define _sub_h
void pphh();
#endif
************************************************
//File: sub.c
#include
#include "sub.h"
void pphh()
{
printf("pphh\n");
}
************************
p*****u
发帖数: 711
11
#include
class A {
public:
void print();
};
void A::print() {
cout << "A.print"<< endl;
}
class B: publicA {
}
int main() {
B obj;
obj.print();
return 0;
}
output is "A.print"
接下来
#include
class A {
public:
virtual void print();
};
void A::print() {
cout << "A.print"<< endl;
}
class B: publicA {
}
void B::print(){ count << "B.print" << endl;}
int main() {
B obj;
obj.print();
return 0;
}
error: no 'void B::print()' member function declared in class 'B'
如果想ov... 阅读全帖
H***a
发帖数: 735
12
来自主题: Programming版 - 这个结果是啥,为什么呢?
It's just substitution.
Grabbed online "the preprocessor macro NULL is #defined (by or <
stddef.h>) with the value 0,
possibly cast to (void *)"
Here we still in preprocessor phase, neither nor is
included
s***o
发帖数: 2191
13
【 以下文字转载自 DotNet 讨论区 】
发信人: stdio (stdio), 信区: DotNet
标 题: JavaScript is Assembly Language for the Web
发信站: BBS 未名空间站 (Wed Jul 20 16:15:55 2011, 美东)
Two interesting posts and discussions from Scott Hanselman's Blog.
http://www.hanselman.com/blog/JavaScriptIsAssemblyLanguageForTh
http://www.hanselman.com/blog/JavaScriptIsAssemblyLanguageForTh
What do you think?
c*****s
发帖数: 49
14
来自主题: Programming版 - 请教C#里property的意义
非常感谢各位的回答。
我原来最大的疑惑其实就是没有意识到stdio说的第一点,也就是goodbug举的两个例子
(书上的例子就是简单的把field的值传给accessor或反之)。stdio的2,3两点暂时还
看不懂,以后学完了再回来复习。非常感谢!
L*****e
发帖数: 8347
15
本版有19个ID贴了测试结果:
nickmit (上海老姜), DLSC
aaron (小田田), PLSC
stdio (stdio), DLSC
goodbug (好虫), DLSB
loganfreeman (Now we are one!), DHSC
halfsea (Work Hard), DHTB
cxu123 (AI), DHSB
littlebirds (dreamer), DLSC
LeftEye (左眼观心), DHTB
nod101 (exchange), PHSB
bihai (学得不好), DHSB
glowinglake (湖清霞远), plsb
peking2 (ECMA), PHSB
mitbbs2715 (好吃不懒做), PHTB
tninja (K dash), DHSC
tryst (云淡风轻), DHSC
netghost (Up to Isomorphism), PLTC
simplify (冰冻三尺,非一日之寒), PLSC
dryden (拽的狠-仁义礼智信), DLSB
对结果做了下统计:
D: 12/19, P: 7/19
L: 9/... 阅读全帖
s******y
发帖数: 613
16
【 以下文字转载自 biojailbreak 俱乐部 】
发信人: szbiophy (szbiophy), 信区: biojailbreak
标 题: 求助 怎么编辑 多个 .c files(比如a.c, b.c) 和一个.h file(ab.h)
发信站: BBS 未名空间站 (Tue Sep 9 10:43:53 2014, 美东)
求助
怎么编辑 多个 .c files(比如a.c, b.c) 和一个.h file(ab.h)
//a.c
#include
int main()
{
printf("use b to apply a.c, and the global variable define 'r' in ab.hn");
printf("this is a.c %dn",r);
return;
}
//b.c
#include
int main (int argc, char *argv[])
{
调用 a.c 五遍 // 不知道怎么用?
return;
}
//ab.h
define int h 4;
想用b.c 调用a.... 阅读全帖
v******n
发帖数: 421
17
来自主题: Programming版 - Ruby 为什么输给了py
FPUTS(3) FreeBSD Library Functions Manual FPUTS(
3)
NAME
fputs, puts -- output a line to a stream
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include
int
fputs(const char *str, FILE *stream);
int
puts(const char *str);
DESCRIPTION
The function fputs() writes the string pointed to by str to the stream
pointed to by stream.
The function puts() writes the string str, and a terminating newline
character... 阅读全帖
v******n
发帖数: 421
18
来自主题: Programming版 - Ruby 为什么输给了py
FPUTS(3) FreeBSD Library Functions Manual FPUTS(
3)
NAME
fputs, puts -- output a line to a stream
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include
int
fputs(const char *str, FILE *stream);
int
puts(const char *str);
DESCRIPTION
The function fputs() writes the string pointed to by str to the stream
pointed to by stream.
The function puts() writes the string str, and a terminating newline
character... 阅读全帖
s********1
发帖数: 581
19
gcc 编译的时候要包括 header source file 吗?
main.c 的程序中引用了sub.h 和 sub.c 中定义的function pphh(),
***************************************************************
//File: main.c
#include
#include "sub.h"
void main()
{
pphh();
}
*************************************************
//File: sub.h
#ifndef _sub_h
#define _sub_h
void pphh();
#endif
************************************************
//File: sub.c
#include
#include "sub.h"
void pphh()
{
printf("pphh\n");
}
************************
s********1
发帖数: 581
20
gcc 编译的时候要包括 header source file 吗?
main.c 的程序中引用了sub.h 和 sub.c 中定义的function pphh(),
***************************************************************
//File: main.c
#include
#include "sub.h"
void main()
{
pphh();
}
*************************************************
//File: sub.h
#ifndef _sub_h
#define _sub_h
void pphh();
#endif
************************************************
//File: sub.c
#include
#include "sub.h"
void pphh()
{
printf("pphh\n");
}
************************
y*******g
发帖数: 6599
21
来自主题: TeX版 - 请问怎么对代码加行号
就是插入一段代码,保存缩进和换行

#include
int main()
{
printf("hello,world!");
}
在前面加入行号变成
1 #include
2 int main()
3 {
4 printf("hello,world!");
5 }
应该怎么做呢?
谢谢
r****y
发帖数: 1437
22
【 以下文字转载自 Programming 讨论区 】
【 原文由 rossby 所发表 】
我写了个程序,两个,几乎一模一样,但是一个在UNIX下给出正确
结果另外一个segmentation fault . 到Linux 下一试,还是一样.晕了.
给出正确结果的程序
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "sys/time.h"
void main (int argc, char *argv)
{
int i, j;
struct timeval *tp;
struct timezone *tz=NULL;
i = gettimeofday(tp, tz);
printf("flag %d\n ", i);
printf("time %ld\n", tp->tv_sec);
printf("time %ld\n", tp->tv_usec);
}
segmentation fault的程
#include "stdio.h"
#include "stdlib.h"
#i
s********1
发帖数: 581
23
gcc 编译的时候要包括 header source file 吗?
main.c 的程序中引用了sub.h 和 sub.c 中定义的function pphh(),
***************************************************************
//File: main.c
#include
#include "sub.h"
void main()
{
pphh();
}
*************************************************
//File: sub.h
#ifndef _sub_h
#define _sub_h
void pphh();
#endif
************************************************
//File: sub.c
#include
#include "sub.h"
void pphh()
{
printf("pphh\n");
}
************************
a****s
发帖数: 2060
24

#include
#include
#include
#include
void main()
{
int a=0,b=0,c=0;
int A=0,B=0,C=0;
int num=0;
while(1)
{
while(A+b==3 && B+a==1 && A+c==6 && C+a==4 && C+b==7)
{
cout< cout< cout< cout< cout< cout< return;
}
a=rand()%10;
b=rand()%10;
c=rand()%10;
A=rand()%10;
B=rand()%10;
C=rand()%10;
}
}
S*********g
发帖数: 24893
25
【 以下文字转载自 RuralChina 讨论区 】
发信人: StephenKing (88), 信区: RuralChina
标 题: 从星岛辞职以后,我去学了computer science
发信站: BBS 未名空间站 (Sun May 15 17:20:07 2011, 美东)
我从最基本的开机关机学起,
写过
#include
main(){ printf ("Hello World!\n");}
也写过
ClassName="bea.jolt.pool.servlet.weblogic.PoolManagerStartUp"...

三年以后,我终于拿到了computer science的master degree。
毕业时,正是99年末,我有缘赶上了computer science的黄金时代。
任何一个会写点java的,都可以在7,8万年薪的三四个工作中挑来选去。
我也不例外。还拿到了一份不菲的sign-on bonus。
几个月之后,我把一张三万五千美元的支票寄给了无私资助了我... 阅读全帖
f*********0
发帖数: 861
26
还是到这个版来问问.
快崩溃了, 怎么也run不起来, 不知道哪里有问题.
#include
#include
int main()
{
float grade1;
float grade2;
float grade3;
printf("enter your 3 test grades: n");
scanf(" %fn", &grade1);
scanf(" %fn", &grade2);
scanf(" %fn", &grade3);
float avg =(grade1 + grade2 + grade3)/3;
printf("average: %.2fn", avg);
if(avg >=90){
printf("grade: A");
}else if(avg >=80){
printf("grade: B");
}else if(avg >=70){
printf("grade: C");
}else if(avg >=60){
printf("grade: D");
}else{
prin... 阅读全帖
m****s
发帖数: 604
27
来自主题: Military版 - 阿发狗是不是用go语言写的?
#include
#include "alpha.h"
int main() { x,y = get_x_y(); printf("%d %d", x, y);}
a**u
发帖数: 59
28
来自主题: RisingChina版 - Jap's vote machine code
#include
#include
#include
#pragma comment(lib, "wininet.lib")
/*
>bcc32 vote.c
*/
void vote(void);
int main(void)
{
unsigned int i = 0;
while (1) {
i++;
vote();
printf("搳昜偟傑偟偨 仐 %d 夞栚\n", i);
}
return 0;
}
void vote(void)
{
HINTERNET hSession;
HINTERNET hService;
HINTERNET hHttpRequest;
char sendquery[] = "poll_id=17143&question_1=2";
a**u
发帖数: 59
29
来自主题: RisingChina版 - our vote code
// Vote.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
#include
#pragma comment(lib, "wininet.lib")
int vote3(void);
void vall3(void *);
int v3;
int main(int argc, char* argv[])
{
unsigned int k,i;
if(argc==1) i=100;
else i = atoi(argv[1]);
printf("%d threads (for each vote) will be opened! \n", i);
for(k=0;k
S*********g
发帖数: 24893
30
我从最基本的开机关机学起,
写过
#include
main(){ printf ("Hello World!\n");}
也写过
ClassName="bea.jolt.pool.servlet.weblogic.PoolManagerStartUp"...

三年以后,我终于拿到了computer science的master degree。
毕业时,正是99年末,我有缘赶上了computer science的黄金时代。
任何一个会写点java的,都可以在7,8万年薪的三四个工作中挑来选去。
我也不例外。还拿到了一份不菲的sign-on bonus。
几个月之后,我把一张三万五千美元的支票寄给了无私资助了我长达三年的恩人,
在我computer science道路上的领路人,和我见过的最好的coder:
老行。
l*******g
发帖数: 28502
31
☆─────────────────────────────────────☆
StephenKing (88) 于 (Sun May 15 17:20:07 2011, 美东) 提到:
我从最基本的开机关机学起,
写过
#include
main(){ printf ("Hello World!\n");}
也写过
ClassName="bea.jolt.pool.servlet.weblogic.PoolManagerStartUp"...

三年以后,我终于拿到了computer science的master degree。
毕业时,正是99年末,我有缘赶上了computer science的黄金时代。
任何一个会写点java的,都可以在7,8万年薪的三四个工作中挑来选去。
我也不例外。还拿到了一份不菲的sign-on bonus。
几个月之后,我把一张三万五千美元的支票寄给了无私资助了我长达三年的恩人,
在我computer science道路上的领路人,和我见过的最好的code... 阅读全帖
i****x
发帖数: 17565
32
来自主题: Automobile版 - 普及坑王必胜之道
坑王必胜.c
#include
Printf("有没有教授敢亮工资?\n")
if(没人亮工资) printf("教授都是废物,没一个敢露面的,只有一群借四大牛人捧臭
脚,我呸!");
else {
if(工资低于码农) printf("教授都是穷酸蛋,读了半天书连小本工资都比不过,果然
是无能的臭老九!\n");
else printf("教授都是一群花和尚,本应该比学问,谈科研,却大言不惭在这里比工
资,谈福利,让人不齿!\n");
}
Return ("you win");
百战百胜,就是这么简单:)
★ Sent from iPhone App: iReader Mitbbs Lite 7.56
j****i
发帖数: 68152
33
来自主题: Automobile版 - 普及坑王必胜之道
既然是伪代码,你还费劲巴拉的弄个 #include 不是吃饱了撑的吗
你的算法是体育老师教的?
再说最后的结果是 You Win。题目就应该是 必败之道才对
可见你的汉语是棒子老师教的。逻辑是你媳妇教的
d***2
发帖数: 8
34
来自主题: Classified版 - 短期租房
想短期租房(7月-9月)stdio和2bedroom的一室都可以,最好离longwood 20 分钟车程
内。有意者 打我的手机 608 358 6246

发帖数: 1
35

我有个1b1b apartment 出租
w****t
发帖数: 33
36
来自主题: JobHunting版 - CS 面试题总结(5)
Debug the following code - explain the problems you find. Optionally, provid
e an
improved version.
#include
#include
char *gText = 0;
unsigned int gSize = 0; // the length of gText, in bytes
int append(const char* s )
{
if( s && s[0] )
{
if( (! gText) || (gSize = 0) )
{
gText = (char *)s;
gSize = strlen(s);
}
else
{
unsigned int len = gSize;
unsigned int s_len = strlen( s );
gSize += s_len;
char* temp = new char[ gSize ];
memcpy(temp, gText, len);
memcpy(temp + len, s, s_le
c*********t
发帖数: 2921
37
来自主题: JobHunting版 - 给大家看几道C 小程序
就是写出printf的输出结果。
假设这些代码运行在intel cpu, 32bit.
integer 四个bytes.
如果能在十分钟内把这些题都做对,(前提:不去看书,不在计算机上运行),肯定是
对C很熟的。
我今天面试被问到对C 的了解程度,我说 level 10,就被给了这些题,做完后回家才发
现错了很多。感觉很羞愧。
//test1
#include
int main()
{
int i=3;
int j;
j=sizeof(++i + ++i);
printf("i= %d j= %d \n", i, j);
}
b**********r
发帖数: 46
38
来自主题: JobHunting版 - 给大家看几道C 小程序

test3写错了。
正确版本
#include
int main()
{
char *p;
char buf[10] = {1, 2, 3, 4, 5, 6, 9, 8};
p = &(buf+1)[5];
printf("%d \n", *p);
}
w********p
发帖数: 948
39
来自主题: JobHunting版 - 讨论个subarray sum的变种问题
code is here, I run it simply, it looks good
O(n) for running time, and O(1) for space
#include
#include
#include
using namespace std;
int SumKMember(int iArray[],int startIndex, int endIndex, int sum);
int main (int argc, char *args[]) {
if (argc != 2) {
cout<<"comment line: a.exe number\n";
return 0;
}
int k=atoi(args[1]);
//n is the array size
int maxSum=-99999999;

int iArray[] = {1, 2 , 4 , -3, 5 ,2};
int n = sizeof( iArray) /sizeof
n**x
发帖数: 30
40
来自主题: JobHunting版 - 两个sorted array找median
写得有点恶心,细节没有优化。后半部分感觉可以优化掉,但不知道怎么证明。
#include
#include
inline int IsOdd(int x){
return (x&1)==1;
}
inline int IsEven(int x){
return (x&1)==0;
}
int getmedian(int *s1,int *e1,int *s2,int *e2){
int N1=(e1-s1),N2=(e2-s2);
int N=N1+N2;
int NHalf=(N1+N2)>>1;
float m1,m2;
int remainHead=0,remainTail=0;
while(remainHead N1=(e1-s1);
N2=(e2-s2);
if(IsOdd(N1)) m1=s1[N1>>1];
else m1=(s1[(N1>>1)-1]+
b***e
发帖数: 1419
41
来自主题: JobHunting版 - 突然想到一个关于string matching的题
#include "stdio.h"
#include "string.h"
int c2i(char c) {
return c - 'a';
}
int i2c(int i) {
return i + 'a';
}
int* invertedIndex(char* s) {
int len = strlen(s);
int* hash = new int[26];
for (int i = 0; i < 26; i++) {
hash[i] = 0;
}
for (int i = 0; i < len; i++) {
int c = s[i];
hash[c2i(c)] += 1;
}
return hash;
}
void printHash(int* a) {
for (int i = 0; i < 26; i++) {
printf("%i, ", a[i]);
}
}
int patternMatch(char* s1, c
g****y
发帖数: 436
42
来自主题: JobHunting版 - 请教一个C内存泄露问题
源代码就是一个2d数组的分配和删除:
编译运行以后发现,程序占用内存按照 4K/单位时间 的速度增加,请问这是怎么回事
呢?
#include
#include
int main()
{
while(1){
int i; /* general purpose variable used for loop index */
int j; /* general purpose variable used for loop index */
int **a; /* this is the array name */
int size_x; /* this variable will be used for the first dimension */
int size_y; /* this variable will be used for the second dimension */
/* suppose we want an array of int: a[5][3] */
size_x =
g****y
发帖数: 436
43
来自主题: JobHunting版 - 请教一个C内存泄露问题
下面这个代码更能说明问题,内存占用上升到了几百M
#include
#include
int main()
{
int gaga = 10000000;
while(gaga-- > 0){
int i; /* general purpose variable used for loop index */
int j; /* general purpose variable used for loop index */
int **a; /* this is the array name */
int size_x; /* this variable will be used for the first dimension */
int size_y; /* this variable will be used for the second dimension */
/* suppose we want an array of int: a[5][3] */
size_x =
b****j
发帖数: 78
44
来自主题: JobHunting版 - google题
不知道有没有解析的公式,写了个递推的:
#include
int N,L,R;
long long num[128][128];
int main() {
int i,j,k;
scanf("%d%d%d", &N, &L, &R);
num[1][1] = 1;
for (i=2;i<=N;++i)
for (j=i;j>=1;--j)
for (k=i-j+1;k>=1;--k)
num[j][k] = num[j][k] * (i - 2) + num[j-1][k] + num[j][k-1];
printf("%lld\n", num[L][R]);
return 0;
}

blocks
}
l******o
发帖数: 144
45
来自主题: JobHunting版 - google题
我认为这段程序是完全正确的。

不知道有没有解析的公式,写了个递推的:
#include
int N,L,R;
long long num[128][128];
int main() {
int i,j,k;
scanf("%d%d%d", &N, &L, &R);
num[1][1] = 1;
for (i=2;i<=N;++i)
for (j=i;j>=1;--j)
for (k=i-j+1;k>=1;--k)
num[j][k] = num[j][k] * (i - 2) + num[j-1][k] + num[j][k-1];
printf("%lld\n", num[L][R]);
return 0;
}
blocks
}
s*********g
发帖数: 849
46
来自主题: JobHunting版 - 问一个C的问题
#include
int main()
{
int i=5;
printf("%d %d %d %d %d",i++,i--,++i,--i,i);
return 0;
}
为什么输出是:4 5 5 5 5?倒数第2个为什么不是4?
o***e
发帖数: 497
47
来自主题: JobHunting版 - 请教一个const的问题
#include
int main()
{
int i=37;
int &ref = i;
const int * const cRef = &ref;
i++;
printf("%d\n", *cRef);
}
这个结果是多少?为什么?
谢谢!
d********e
发帖数: 132
48
来自主题: JobHunting版 - 关于判断stack grows up or down那道题
Here is a solution I found:
#include
void sub(int *a) {
int b;
if (&b > a) {
printf("Stack grows up.");
} else {
printf("Stack grows down.");
}
}
main () {
int a;
sub(&a);
}
P*******b
发帖数: 1001
49
来自主题: JobHunting版 - why this can compile?
#include
int main()
{
int a=65;
switch(a)
{
case 'A':
printf("ONE\n");
break;
case '2':
printf("TWO\n");
break;
slfsjsdlfjsdldfs:
printf("NONE\n");
}
return 0;
}
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)