document.addEventListener('plusready', function() {
//console.log("所有plus api都应该在此事件发生后调用,否则会出现plus is undefined。"
plus.speech.addEventListener("start", function() {
//text = null;
}, false);
// plus.speech.addEventListener("recognition", function(e) {
// //text += e.result;
// }, false);
plus.speech.addEventListener("end", function() {
alert("Success: " + text);
}, false);
},false);
在进行语音识别后会弹出两次sucess+内容,请问有没有大佬知道是为什么
1 个回复
不会css的小白
你的continue是不是设置的true?