pea怎么读
点击播放按钮播放发音:
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
- pea英语什么意思:n. (pl. peas, 〔古、英方〕 pease ) 1.豌豆;豌豆类。 2.豌豆状物;〔美俚〕棒球。 短语和例子
function do_search() {
var kw = document.getElementById("q").value;
if (kw == "") return;
var lang = document.getElementById("search_type_input").value;
var src = "/mfayin/" + 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;
};
繁體版English