《在手機瀏覽器中喚醒或打開微信APP》要點:
本文介紹了在手機瀏覽器中喚醒或打開微信APP,希望對您有用。如果有疑問,可以聯(lián)系我們。
用下面這段代碼,做鏈接,即可在手機瀏覽器的網頁上,喚醒微信APP:
<html> <a href="window.location.href='weixin://'">打開微信: window.location.href='weixin:// </a><br /> <a href="weixin://">打開微信 weixin://</a> <p><a href="weixin://dl/businessWebview/link/?appid=wx707c5fa91ef0a58c&url=http://baidu.com">在微信中跳轉到URL</a></p> </html>
點擊“打開微信”試試。