Introduction - If you have any usage issues, please Google them yourself
Design a console application, which contains two sub-thread. Two threads are output to a number, but a thread output " 1" , the second thread output " 2" Tip: write two functions, respectively loop outputs 1 and 2, with the main function. two functions to create two threads.