import "android.net.Uri"
import "android.content.Intent"
function QQ群(h)
url="mqqapi://card/show_pslcard?src_type=internal&version=1&uin="..h.."&card_type=group&source=qrcode"
activity.startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url)))
end
function QQ(h)
url="mqqapi://card/show_pslcard?src_type=internal&source=sharecard&version=1&uin="..h
activity.startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url)))
end
--调用
QQ群("535628719")
QQ("444583585")
最后修改:2019 年 10 月 30 日
© 允许规范转载
1 条评论
哈哈哈