在电话号码上点击我想触发我网站中的通话信息。
这就是我显示数字的方式。
<li><i class="fa fa-phone pr-5 pl-10"></i>+12 123 123 123</li>
如何在此处添加tell
内容。
请帮忙。
答案 0 :(得分:1)
我认为您应该将数字设为链接,并在href属性中输入“tel:younumberhere”
根据http://thenewcode.com/536/Adding-Phone-Numbers-To-Web-Pages-With-HTML5-and-Microdata
答案 1 :(得分:1)
创建如下链接:
replace x y (And f g) = And (replace x y f) (replace x y g)
replace x y (Or f g) = Or (replace x y f) (replace x y g)
replace x y (Biimp f g) = Biimp (replace x y f) (replace x y g)
replace x y (Imp f g) = Imp (replace x y f) (replace x y g)
在Android上,它会打开手机应用程序并预先输入2125551212的数字,而不会自动拨号。