使用 openurl 来跳转的评论页,都没有用2.在应用内跳转
业精于勤,荒于嬉;行成于思,毁于随。
J'ai trouvé une URL de Jianshu et je l'ai essayée. Elle peut être redirigée
let url:String = "itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=1014939463" UIApplication.shared.open(URL(string: url)!, options: [:], completionHandler: nil)
J'ai trouvé une URL de Jianshu et je l'ai essayée. Elle peut être redirigée
.