查询阿里云卡的快捷指令
原理:
就是通过js打开,taobao://market.m.taobao.com/app/Link-IotCard/iotx-linkcard-2c-taobao-app/index.html
示例:
<a id="openTaobao" href="javascript:void(0);">点击打开淘宝</a>
<script>
document.getElementById("openTaobao").addEventListener("click", function() {
window.location.href = "taobao://market.m.taobao.com/app/Link-IotCard/iotx-linkcard-2c-taobao-app/index.html";
});
</script>
- 上一篇: hy2 配置ipv6优先
- 下一篇: speedtest 测速一键脚本