function speak(text) {
const utterance = new SpeechSynthesisUtterance(text.replace(/-/g, '减').replace(/=/g, '等于'));
utterance.rate = yusu; // 语速*1
speechSynthesis.speak(utterance);
}
在手机浏览器Edge里,读+3的时候会读成“加正3”,怎么把这个“正”去掉,不读出来。
window.location.href = "/oa/oa_zxsxl.php?act=jieguo&totalTime="+totalTime+"&type={$type}&type_text={$type_text}&xingshi={$xingshi}&xingshi_text={$xingshi_text}&tiliang={$tiliang}&zushu={$zushu}&bishu={$bishu}&shijian={$shijian}&yusu={$yusu}&timulibiao="+encodeURIComponent(timulibiao)+"";
在手机浏览器Edge里,timulibiao="+encodeURIComponent(timulibiao)+"获取不到这个值。
由于试了所有浏览器只有Edge可以兼容SpeechSynthesisUtterance这个,所以只能用Edge,别让我换浏览器呀。