2.4 Wildcard Matching

思路:用pi,si,lastpi,lastsi分别记录pattern,string串当前下标,pattern串下一次回溯时的位置,以及string串下次回溯时的位置。