首页 > 其他 > 详细

hello

时间:2020-02-24 23:41:54      阅读:56      评论:0      收藏:0      [点我收藏+]
print("hello world")
printf("hello world");
system.out.println("hello world");
cout<<"HelloWorld\n";
<?
    each "HelloWorld";
?>
<!DOCTYPE html>
<html >
<head>
    <meta charset="UTF-8">
    <title> helloworld</title>
    
</head>
<body>
    helloworld
</body>
</html>
<script type="text/javascript">
          document.write("Hello World!");
     </script>

hello

原文:https://www.cnblogs.com/swff/p/12359434.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!