UIwebView加载本地资源中的文件无法正常加载

加载本地html

NSURL *url = ; //applewebdata://364190A1-2F07-4C44-9B08-70B737BE1674/1.htmlNSString *curUrl = ;

curUrl = ; //1.html

XbStarViewController *xbcon =init ];

ReadSubBook * readSubBook = init];

self.url = ;

self.url = ;

self.url = ;  // /Users/apple/Library/Application Support/iPhone Simulator/6.0/Applications/8F721675-A33D-482C-9EEF-A68755FA853F/Library/Caches/11070/11070/1.html         
```
readSubBook.contents= ;
```
      
```
<p></p>
<p style="""margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;"""></p>
<p style="""margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;""">等到的self.url为</p>
<p></p>
<p style="""margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;"""><b>/Users/apple/Library/Application Support/iPhone Simulator/6.0/Applications/8F721675-A33D-482C-9EEF-A68755FA853F/Library/Caches/11070/11070/1.html</b></p>
<p style="""margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;"""><b><br />
</b></p>
<p style="""margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;"""><b>在 </b>readSubBook <b>显示这个路径下的内容</b></p>
<p style="""margin-bottom:0px;font-size:11px;line-height:normal;font-family:Menlo;"""><b>-(NSString *)getHtmlString</b></p>
<pre class=""""brush:cpp;""" toolbar:="""""" true;="""""" auto-links:="""""" false;"=""""""><pre class=""""brush:cpp;""" toolbar:="""""" true;="""""" auto-links:="""""" false;"=""""""><b>{ NSString *content = self.contents;
  return content;
}</b>
- (void)viewDidLoad
```
{
;
// Do any additional setup after loading the view.
 webView = initWithFrame:CGRectMake(0, 44, 320, 480)];
  baseURL:nil];
 webView.delegate = (id)self;
;
}
```

readSubBook 页面中加载的本地页面图片声音等无法正常显示



```


```

代码里好乱。。