summit7ca

在网页中使用链接打开QQ的聊天窗口有两种方式:

uin的值为qq号

 

<a target="_blank" href="@Url.Content("tencent://message/?uin=" + qq+ "&amp;Site=qq&Menu=yes")">点我点我</a>

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=123456789&site=qq&menu=yes">点我</a>

 

打开邮箱就更简单了:

<a href="mailto:summit7ca@163.com">邮我邮我</a>

 

打开阿里旺旺可以参考下这位朋友的文章:

http://blog.csdn.net/maray/article/details/6950521

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-12-25
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2021-12-05
  • 2021-04-15
  • 2022-12-23
相关资源
相似解决方案