[[self mainFrame] loadHTMLString:@"<html><body><link href='main.css' rel='stylesheet' type='text/css' /></body></html>" baseURL:nil];
我正在尝试从应用程序Resources文件夹加载一个名为main.css的css文件,如下所示 从WebView,我如何获得资源文件夹的路径正确,以便我可以加载CSS?
答案 0 :(得分:0)
看看NSBundle课程:
http://developer.apple.com/mac/library/documentation/cocoa/reference/foundation/Classes/NSBundle_Class/Reference/Reference.html
[[NSBundle mainBundle] pathForResource:@“file”ofType:@“css”]
抱歉格式不好...回复我的iPhone ...