标签: javascript jquery html href
我想在页面加载后重定向页面。可以与其他href值(例如http链接)一起使用。
但这不适用于短信价值。
<a id="action" href="sms:123456?body=ABCD 9876">SUBMIT</a> <script> setTimeout(function(){ window.location = 'sms:1553?body=YTV'; }, 2000); </script>