最后你那句plot(int(k),double(s));里的int(k);不对。你如果想以k为横坐标,直接把int去掉,如果非想要变成整数可以用floor(k);注:fix:向零取整 floor:向小取整 round:四舍五入 ceil:向大取整