參考地址:http://mmlike.sinaapp.com/
其余功能不是不能用了,而是有各種條件了。
以下列出的功能,均可直接使用,無需appid等任何東東,只要在手機微信網頁環境中
發送郵件
WeixinJSBridge.invoke("sendEmail", {
"title": "title!",
"content": "i am an Email!", //時間戳 這⾥里隨意使⽤用了⼀一個值
},
function (e) {
//alert(e.err_msg)
})
獲取網路狀態
WeixinJSBridge.invoke("getNetworkType", {},
function (e) {
alert(netType[e.err_msg])
})
預覽圖片
WeixinJSBridge.invoke("imagePreview",{
"urls":[
"http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/logo1ca3fe.png",
"http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/icons_features1ca3fe.png",
"http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/icons_workStyle1ca3fe.png"
],
"current":"http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/icons_features1ca3fe.png"
})
