webView.dataDetectorTypes = UIDataDetectorTypePhoneNumber | UIDataDetectorTypeLink | UIDataDetectorTypeAddress;第一个为调用系统电话第二个为调用系统浏览器跳转到对应链接第三个为调用系统地图显示对应地址