Recursive is a kind of programming technique which can realize the divide-and-conquer method naturally。Starting from the excitation mechanism of function call,the author discusses the process of recursive call 、whether or not to realize recursive and how to program with recursive technique。