26种输出法

26种输出法


C:printf(“hello world”);
C++:cout<<“hello world”;
QBasic:printf"hello world"
Asp:Response.Write"hello world"
PHP:echo"hello world";
JScript:alert(“hello world”)
VBScript:MsgBox"hello world"
Jscript:document.write(“hello world”)
Delphi:ShowMessage(‘hello world’);
VB:Print"hello world"
VC:MessageBox(“hello world”);
shell:echohello world
perl:print’hello world’
java:System.out.println(“hello world”);
powerBuilder:messagebox(“hello world”)
C#:System.Console.WriteLine(“hello world”)
COBOL:DISPLAY’hello world
Python:print(“hello world”)
AS:Alert.show(“hello world”);
Foxpro:?【hello world】
DOS批处理:echo hello world
易语言:调试输出(“hello world”)
iapp:tw(“hello world”)
html:
hello world


还有多少种语言hello world的输出呢?以上的语言一部分我均只了解输出法,并非全部精通!

你可能感兴趣的:(笔记)