07 2020 档案
摘要:using System.Speech.Synthesis;//需要引用的命名空间 string str = "呀呀呀 呀呀呀 我是什么什么的小画家"; SpeechSynthesizer synth = new SpeechSynthesizer(); synth.Speak(str);
阅读全文
摘要:$("#btn_GM").attr("disabled", true)//禁用 $("#btn_GM").attr("disabled", false);//启用购买按钮
阅读全文
摘要:document.getElementById("hideContent").style.background="#DDDDDD";
阅读全文
浙公网安备 33010602011771号