style = "cursor:pointer;" 变小手
a{
text-decoration:none;
}
或者把这个属性分别加到a标签下,
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
可以根据自己的需要来选择其中的一部分
htmlspecialchars_decode 转换html 为代码
Htmlspecialchars 转为html代码
htmlspecialchars_decode 将编辑器上传存储的字串 内容 转为 html(标签);
时间: 2024-10-12 15:40:52