2013-07-15 43 views

回答

0

我认为它可以像这样&完成添加代码,以IT-

NSMutableString *html = [[NSMutableString alloc] initWithCapacity:1]; 
     [html appendString:@"<html><head>"]; 
     [html appendString:@"<style type=\"text/css\">"]; 
     [html appendString:@"body {"]; 
    [html appendString:@"<center>"]; 
     [html appendString:@"background-color: transparent;"]; 
     [html appendString:@"color: white;"]; 
     [html appendString:@"}"]; 
    [html appendString:@"<center>"]; 
     [html appendString:@"</style>"]; 
[html appendString:@"</head>"]; 
     [html appendString:@"</body></html>"];