摘要: using System.Speech.Synthesis;//需要引用的命名空间 string str = "呀呀呀 呀呀呀 我是什么什么的小画家"; SpeechSynthesizer synth = new SpeechSynthesizer(); synth.Speak(str); 阅读全文
posted @ 2020-07-02 19:33 卧虎 阅读(300) 评论(0) 推荐(0) 编辑
摘要: $("#btn_GM").attr("disabled", true)//禁用 $("#btn_GM").attr("disabled", false);//启用购买按钮 阅读全文
posted @ 2020-07-02 19:31 卧虎 阅读(2124) 评论(0) 推荐(0) 编辑
摘要: document.getElementById("hideContent").style.background="#DDDDDD"; 阅读全文
posted @ 2020-07-02 15:10 卧虎 阅读(3506) 评论(0) 推荐(0) 编辑