安好即可
hey英 [heɪ] 美 [heɪ]
int. 嗨
经典引文
Hey mother, the water's running down the back of my neck.
嘿,妈妈,水从我脖子后面流下来。
例句
1、Hey lady you can't park there!
嘿,小姐--那儿不能停车!
2、Hey, I'm out of water.
喂,我没水了。
扩展资料:
近义词的用法
hi 英 [haɪ] 美 [haɪ]
int. 嗨(引人注意时的喊声;打招呼)
词语用法 int. (感叹词)
1、hi用作问候语,意思是“嘿”“喂”,表示问候,相当于hello,也可用以唤起注意,属非正式用法。
2、hi也常可写成hey。
例句
1、Hi there, buddy!
嘿,老兄!
2、Hi there, Stevens.
你好,史蒂文斯。
参考资料:百度翻译
飞花叶叶雪
java:
python2:
python3:
C/C++:
Linux intel asm(由于百度知道不支持汇编语言,因此可读性会差一点):
[section data]
msg db "Hello world!", 0ax
len equ $ - msg
[section text]
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, len
int 0x80
mov eax, 1
mov ebx, 0
int 0x80
Linux AT&T asm(由于百度知道不支持汇编语言,因此可读性会差一点):
.data
msg:
.ascii "Hello world!\n"
len = . - msg
.text
.globl _start
_start:
movl $4, %eax
movl $1, %ebx
movl $msg, %ecx
movl $len, %edx
int $0x80
movl $1, %eax
movl $0, %ebx
int $0x80
php:
冰箱在说话
hey 英 [heɪ] 美 [he] int. 喂!(引起注意等);你好!(表示问候)n. 干草(等于hay)n. (Hey)人名;(法)埃;(柬)海;(德、英)海伊嘿, 你看这庄稼长得多好!Hey! Look! How well the crops grow!
优质英语培训问答知识库