Path + "\" + "Main.json" Dim nFile As Integer Dim strJson As String nFile = FreeFile Open FilePath For Input As #nFile strJson = Input(LOF(nFile), ...
確定! 回上一頁