모멘트에 공유하고 친구에게 보내기
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> </title>
</head>
<body style="">
<script type="text/javascript">
document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
//
WeixinJSBridge.on('menu:share:appmessage', function (argv) {
WeixinJSBridge.invoke('sendAppMessage', {
"appid": "123",
"img_url": "http://bcs.duapp.com/api100/image/logo/lover.jpg",
"img_width": "160",
"img_height": "160",
"link": "http://api100.duapp.com/card/",
"desc": " , , 。",
"title": " "
}, function (res) {
_report('send_msg', res.err_msg);
})
});
//
WeixinJSBridge.on('menu:share:timeline', function (argv) {
WeixinJSBridge.invoke('shareTimeline', {
"img_url": "http://bcs.duapp.com/api100/image/logo/newyear.jpg",
"img_width": "160",
"img_height": "160",
"link": "http://api100.duapp.com/card/",
"desc": "Best wishes for a wonderful new year.",
"title": " "
}, function (res) {
_report('timeline', res.err_msg);
});
});
}, false)
</script>
</body>
</html>
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Tool 개발로 신경이 쓰인 워드를 정리해 간다· Form 응용 프로그램은 .NET Framework를 사용하고 있지만 .NET Framework 업데이트는 끝 .NET Core로 마이그레이션합니다. →.NET Core + Windows Form 어플리케이션에 ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.