触屏设备上如何去掉数字转化为拨号链接的方法:
<metaname=”format-detection”content=”telephone=no”/>
telephone=no就禁止了把数字转化为拨号链接!
telephone=yes就开启了把数字转化为拨号链接,要开启转化功能,这个meta就不用写了,在默认是情况下就是开启!
触屏设备上如何去掉数字转化为拨号链接的方法:
<metaname=”format-detection”content=”telephone=no”/>
telephone=no就禁止了把数字转化为拨号链接!
telephone=yes就开启了把数字转化为拨号链接,要开启转化功能,这个meta就不用写了,在默认是情况下就是开启!