Task<string> 釋義:It defines a task that returns a string in the future. Task.Run<string>() 釋義:It creates a task that returns a string.