06 2019 档案
摘要:private void button4_Click(object sender, EventArgs e) { FileStream fs = File.OpenRead(textBox1.Text); byte[] buffer = new byte[1024]; int i = fs.Read
阅读全文
摘要:function A(){ this.do=function() {return 'foo'} } //原型的两种写法01 // A.prototype={ // constructor:A, // do:function() {return 'bar'} // } //原型的两种写法02 A.pr
阅读全文

浙公网安备 33010602011771号