摘要:
~~~ <!DOCTYPE html $(function(){ mui.init() var rec=Recorder();//使用默认配置,mp3格式 $(" but").click(function(){ console.log("1"); var ssu = new window.Speec 阅读全文
摘要:
~~~ package no1; import java.util.Scanner; public class Date { int y; int m; int d; public Date(int y,int m,int d ){ this.y=y; this.m=m; this.d=d; } p 阅读全文