摘要: 直接上Demoimport java.util.ArrayList;import java.util.List;import org.apache.commons.lang3.StringUtils;import javapns.devices.Device;import javapns.devic... 阅读全文
posted @ 2015-08-13 18:24 Duke-码动青春 阅读(1185) 评论(0) 推荐(0)
摘要: 一、在OC中调用网页中的 js 方法。Objective-C 代码[self.webView stringByEvaluatingJavaScriptFromString:@"alertMessage('弹窗')"];网页 JS 中方法function alertMessage(message) {... 阅读全文
posted @ 2015-08-13 13:44 Duke-码动青春 阅读(498) 评论(0) 推荐(0)