| http://www.w3.org/ns/prov#value | - ????????????, ?????? ????????????????. tf.Write (This is a test.) ' ???????????????? ??????????. tf.Close End Sub ???? JavaScript: function CreateFile() { var fso, tf; fso = new ActiveXObject(Scripting.FileSystemObject); tf = fso.CreateTextFile(c:\ estfile.txt, true); // ?????????????? ???????????? ?? ?????????????????? ???? ??????????. tf.WriteLine(Testing 1, 2, 3.) ; // ?????????????? 3
|