做大作业时碰到,代码中加入js后出现,以前一直不在意,但如果大作业的网页上有这个按mentor的话来说用户体验就差了。。。(虽然很怀疑那个懒用户会不会好好看)

如果你的HTML文件中有这句话

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
那直接加入下面这句话就行了

<!-- saved from url=(0022)http://blog.csdn.net/electroniXtar/ -->
没有的话.用这两句记住要放在<head>的前面

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0022)http://blog.csdn.net/electroniXtar/ -->

相关文章:

  • 2021-12-22
  • 2021-11-29
  • 2022-12-23
  • 2021-11-29
  • 2021-11-08
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案