<%@ page language=
"java"
import=
"java.util.*"
pageEncoding=
"UTF-8"
%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+
"://"
+request.getServerName()+
":"
+request.getServerPort()+path+
"/"
;
%>
"-//W3C//DTD HTML 4.01 Transitional//EN"
>
"<%=basePath%>"
>
喝喝
"pragma"
content=
"no-cache"
>
"cache-control"
content=
"no-cache"
>
"expires"
content=
"0"
>
"keywords"
content=
"keyword1,keyword2,keyword3"
>
"description"
content=
"This is my page"
>
var imgUrl = '
var lineLink = '
var descContent =
"万达狂欢节, 夺宝幸运星大抽奖活动开始啦!"
;
var shareTitle =
'万达狂欢节'
;
var appid =
'wxc9937e3a66af6dc8'
;
function shareFriend() {
WeixinJSBridge.invoke(
'sendAppMessage'
,{
"appid"
: appid,
"img_url"
: imgUrl,
"img_width"
:
"640"
,
"img_height"
:
"640"
,
"link"
: lineLink,
"desc"
: descContent,
"title"
: shareTitle
}, function(res) {
_report(
'send_msg'
, res.err_msg);
})
}
function shareTimeline() {
WeixinJSBridge.invoke(
'shareTimeline'
,{
"img_url"
: imgUrl,
"img_width"
:
"640"
,
"img_height"
:
"640"
,
"link"
: lineLink,
"desc"
: descContent,
"title"
: shareTitle
}, function(res) {
_report(
'timeline'
, res.err_msg);
});
}
function shareWeibo() {
WeixinJSBridge.invoke(
'shareWeibo'
,{
"content"
: descContent,
"url"
: lineLink,
}, function(res) {
_report(
'weibo'
, res.err_msg);
});
}
// 当微信内置浏览器完成内部初始化后会触发WeixinJSBridgeReady事件。
document.addEventListener(
'WeixinJSBridgeReady'
, function onBridgeReady() {
// 发送给好友
WeixinJSBridge.on(
'menu:share:appmessage'
, function(argv){
shareFriend();
});
// 分享到朋友圈
WeixinJSBridge.on(
'menu:share:timeline'
, function(argv){
shareTimeline();
});
// 分享到微博
WeixinJSBridge.on(
'menu:share:weibo'
, function(argv){
shareWeibo();
});
}, false);
1
>呵呵呵呵
1
>