在这新春佳节到来之际,小李在此给大家送上最诚挚的祝福,祝大家都有
“鼠”不尽的快乐!
“鼠”不尽的财富!
“鼠”不尽的幸福!
“鼠”不尽的甜蜜!
“鼠”不尽的健康!
Python
print("Happy Year of the Rat !")Java
public class HappyNewYear {C
public static void main(String[] args) {
System.out.println("Happy Year of the Rat !");
}
}
#include <stdio.h>C++
int main(){
printf("Happy Year of the Rat !");
return 0;
}
#include <iostream>C#
using namespace std;
int main(){
cout << "Happy Year of the Rat !" << endl;
return 0;
}
using System;Object-C
namespace HappyNewYearApplication
{
class HappyNewYear
{
static void Main(string[] args)
{
Console.WriteLine("Happy Year of the Rat !");
Console.ReadKey();
}
}
}
NSLog(@"Happy Year of the Rat !")Node.js
console.log("Happy Year of the Rat !");PHP
<?php
echo "Happy Year of the Rat !";
?>VBScript
<script type="text/vbscript">
document.write("Happy Year of the Rat !")
</script>Delphi
showMessage('Happy Year of the Rat !')Lua
print "Happy Year of the Rat !"Matlab
disp('Happy Year of the Rat !')Ruby
puts "Happy Year of the Rat !"Android
Toast.makeText(getApplicationContext(), "Happy Year of the Rat !",Toast.LENGTH_SHORT).show()Perl
print 'Happy Year of the Rat !'R
cat("Happy Year of the Rat !")HTML
<body><h1>Happy Year of the Rat !<h1></body>ASP
response.write("Happy Year of the Rat !")ActionScript
Alert.show("Happy Year of the Rat !")Go
package main
import (
"fmt"
)
func main() {
a :="Happy Year of the Rat !"
fmt.Printf("%s",a)
}
除夕快乐