为UILabel增加点击触发事件。
UITapGestureRecognizer *tapRecognizerWeibo=[[UITapGestureRecognizer alloc] initWithTarget:selfaction:@selector(openURL:)];
self.weiboLabel.userInteractionEnabled=YES;[self.weiboLabel addGestureRecognizer:tapRecognizerWeibo];