如何使用其id为HTML textarea添加值?

时间:2011-06-21 15:24:57

标签: iphone

我可以使用以下代码将HTML文本替换为字符串值:

appDelegate.stringHTML = [appDelegate.stringHTML stringByReplacingOccurrencesOfString:@"minumber" withString:[NSString stringWithFormat:@"%@", appDelegate.mortgageNumberHUD]];

如何替换HTML textarea?

0 个答案:

没有答案