盘点各种语言的输出语句

版权声明:虽然我很菜,但我在努力! https://blog.csdn.net/qq_39331713/article/details/87882853

print_r('点个赞吧!');
var_dump('点个赞吧!');
NSLog(@"点个赞吧!");
System.out.println("点个赞吧!");
console.log("点个赞吧!");
print("点个赞吧!");
printf("点个赞吧!\n");
cout << "点个赞吧!" << endl;
Console.WriteLine("点个赞吧!");
fmt.Println("点个赞吧!");
Response.Write("点个赞吧!");
alert("点个赞吧!")
echo "点个赞吧!"

猜你喜欢

转载自blog.csdn.net/qq_39331713/article/details/87882853