已经找到解决方法了。在App.xaml.cs里InitializePhoneApplication()函数里把 RootFrame = new PhoneApplicationFrame()改成RootFrame = new TransitionFrame();就可以了。