Dim dt As String = Format(Date.Today.AddDays(2),"dddd")For Each fdr As DataRow In DataTables("表A").Select("星期 = '" & dt & "'") Next