使用HTML和Tailwind CSS制作微信跳转链接
<!DOCTYPE html>
<html>
<head>
<title>跳转微信代码</title>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css'>
</head>
<body class='bg-gray-100'>
<div class='container mx-auto py-10'>
<a href='weixin://' class='bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded'>打开微信</a>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/jEZb 著作权归作者所有。请勿转载和采集!