inc文件的使用

    技术2025-10-05  5

    包含文件,可用于包含部分html代码

     

    /Inc/html_head.inc

    <script src="/Js/md5.js" type="text/javascript"></script>

     

    在需要该inc文件的地方加入:

    <!-- #include file="/Inc/html_head.inc" -->

     

    便于管理<head></head>标签中要引入的css,js代码

     

    最新回复(0)