使用[_webView loadHTMLString:html baseURL:baseURL];
進行程式碼載入
[wself setupAXWebViewController: [[NSBundle mainBundle] pathForResource:KNUserGuideURL ofType:@"html"] ];// 通過檔名獲取path
- (void)setupAXWebViewController:(NSString*)path{
NSURL *baseURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]];
NSString *html = [NSString stringWithContentsO