cầy phát âm
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
- cầy Tiếng Anh là gì:noun
- Civet, viverrine
- khẩu ngữ) Chow (as food)
- cầy Tiếng Trung là gì:动 貂 <哺乳动物的一属, 身体细长, 四肢短, 耳朵三角形, 听觉敏锐, 种类很多, 毛皮珍贵, 如中国出产的紫貂。> 狗 <哺乳动物, 种类很多, 嗅觉和听觉都很灵敏, 毛有黄、白、黑等颜色。是一种家畜, 有的可以训练成警犬, 有的用来帮助打猎、牧羊等。也叫犬。>
function do_search() {
var kw = document.getElementById("q").value;
if (kw == "") return;
var lang = document.getElementById("search_type_input").value;
var src = "/mpr/" + kw + ".html";
window.location = src;
}
document.onkeydown = function (event) {
event = event ? event : (window.event ? window.event : null);
var botton = document.getElementById('tsbb');
if (event.keyCode == 13 && null != botton) {
botton.click();
}
}
function playMp3(audioId) {
var audio = document.getElementById(audioId);
audio.play();
return false;
};