Web跳转App

scheme://host?param0=123
NSString *scheme =url.scheme;
NSString *host =url.host;
NSString *query =url.query;

你可能感兴趣的:(Web跳转App)