đế 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.
- đế Tiếng Anh là gì:
- Support; sole
- Đế đèn A lamp-support
- đế Tiếng Trung là gì:底子; 底 <(底儿)物体的最下部分。> đế giày 鞋底子。 柢 <树根。> thâm căn cố đế
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;
};