showWebView.dataDetectorTypes = .None //swift禁用webView对H5中数字,链接,日期,地址,电话号码做解析 其UIDataDetectorTypes属性: static var PhoneNumber: UIDataDetectorTypes { get } // Phone number detection static var Link: UIDataDetectorTypes { get } // URL detection static var Address: UIDataDetectorTypes { get } // Street address detection static var CalendarEvent: UIDataDetectorTypes { get } // Event detection static var None: UIDataDetectorTypes { get } // No detection at all static var All: UIDataDetectorTypes { get } // All types