nsstring * resousepath = [[nsbundle mainbundle]resourcepath];
nsstring * filepath = [resousepath stringbyappendingpathcomponent:@patient_agreement.html];
nsstring * htmlstring = [[nsstring alloc]initwithcontentsoffile:filepath encoding:nsutf8stringencoding error:nil];
[self.web loadhtmlstring:htmlstring baseurl:nil];
// [self.web loadhtmlstring:htmlstring baseurl:[nsurl fileurlwithpath:[[nsbundle mainbundle]bundlepath]]];
版权声明:本文为博主原创文章,未经博主允许不得转载。