python - 请问您所见过的最棒的一段代码是什么?
巴扎黑
巴扎黑 2017-04-17 10:56:54
0
16
1135
巴扎黑
巴扎黑

全部回复(16)
伊谢尔伦
fun append ([],ys) =ys
  | append (x::xs',ys) = x ::append (xs',ys)
Peter_Zhu

hello world

巴扎黑

推荐一个java的one-liner,实现读取流里的字符

String text = new Scanner( source ).useDelimiter("\\A").next();

这里给上关于one-liner读取流内容的博客地址,有兴趣大家可以看看

左手右手慢动作

print“hello world”
print(“hello world”)
fmt.printf(“hello world”)
printf("hello world")
System.out.print("hello world")
document.write("hello world")
echo"hello world"
alert('Hello, World.');

hello world 我们学习的第一句语言 无论何种方式
无疑是最棒的。。

Ty80
rm -rf /usr/ foo/bar
Ty80

= =这种问题,不应该出现在知乎么?为啥在segmentdefault。。。。。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板