使用道具 举报
hello world作为所有编程语言的起始阶段,占据着无法改变的地位,所有中/英/法/德/美……版本的编程教材中,hello world总是作为第一个TEST记录于书本之中,所有的编程第一步就在于此了!经典之中的经典!hello world!
[jass] string str = "Hello world"; string outStr = ""; for (int i = str.Length-1; i >= 0; i--) { outStr += str; } Response.Write(outStr); [/jass]
怎样把Hello wodld倒转过来dlrow olleH(急)
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|移动端|小黑屋|地精研究院
GMT+8, 2024-11-24 07:30 , Processed in 0.031851 second(s), 18 queries .
Powered by Discuz! X3.5
© 2001-2023 Discuz! Team.