我的锚标签有问题。我在网站上使用619-618-1660,问题是当我在野生动物园浏览器或iPhone上检查我的网站时,文字写成(href =“ tel:619 -618-1660“)正在显示。您可以在下面的链接中查看图像。
答案 0 :(得分:0)
答案 1 :(得分:0)
问题已解决,有一个名为print.css的文件,带有此代码。
body {background:white!important; color:black!important;}#nav,#sidebar,.sidebar,#skip {display:none;}#content {width:100%; float:none; background:transparent ;} a:not(.logo a){font-weight:bold; text-decoration:underline; color:#06c;} a:not(.logo a):after {content:“ [” attr(href)“ ]“;} p {font-size:14px;}#printOnlyMessage {display:block!important;}
在此代码中会产生错误的是
a:not(.logo a):之后{content:“ [” attr(href)“]”;}
所以我删除了这段代码,错误得到解决。