using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; namespace ConsoleApplication33 { class Program { static public string name; delegate void readtxt(); static void readtext()//读取文件内容的方法 { File
[removed] function readTxt() { alert(window.clipboardData.getData(“text”)); } function setTxt() { var t=document.getElementById(“txt”); t.select(); window.clipboardData.setData(‘text’,t.createTextRange().text); } [removed] <input type=”button” va