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