汉语简介 Chinese (language)
汉语方言 Chinese dialects
汉语拼音方案 the Scheme for the Chinese Phonetic Alphabet
汉语拼音字母 the Chinese phonetic alphabet
汉语史 history of Chinese language
世界主要语言之一。属汉藏语系,是这个语系里最主要的语言。除..
files_path=self_path.ParentFolder.ParentFolder folderspec=files_path "\" dir_name Set f = fso.GetFolder(folderspec)
Set fc = f.Files For Each f1 in fc response.write f1.name"br" next ---------------------------------------------------------------
%@LANGUAGE="VBSCRIPT" CODEPA..
Option Explicit
Private Type typFlieDate Name As String CreatedDate As Date AccessedDate As Date ModifiedDate As Date End Type
Private myFiles() As typFlieDate '包含文件的数组 Private Sub Command1_Click() Dim n As Integer n = GetFolderFiles( "d:\" , 1) End Sub
Private Func..