<bdo id='iJPuv'></bdo><ul id='iJPuv'></ul>
<legend id='iJPuv'><style id='iJPuv'><dir id='iJPuv'><q id='iJPuv'></q></dir></style></legend>
  • <i id='iJPuv'><tr id='iJPuv'><dt id='iJPuv'><q id='iJPuv'><span id='iJPuv'><b id='iJPuv'><form id='iJPuv'><ins id='iJPuv'></ins><ul id='iJPuv'></ul><sub id='iJPuv'></sub></form><legend id='iJPuv'></legend><bdo id='iJPuv'><pre id='iJPuv'><center id='iJPuv'></center></pre></bdo></b><th id='iJPuv'></th></span></q></dt></tr></i><div id='iJPuv'><tfoot id='iJPuv'></tfoot><dl id='iJPuv'><fieldset id='iJPuv'></fieldset></dl></div>

    <small id='iJPuv'></small><noframes id='iJPuv'>

  • <tfoot id='iJPuv'></tfoot>

      1. 使用 Gulp Header 在 Header 文件中包含当前年份

        时间:2023-05-29
        <i id='HryNW'><tr id='HryNW'><dt id='HryNW'><q id='HryNW'><span id='HryNW'><b id='HryNW'><form id='HryNW'><ins id='HryNW'></ins><ul id='HryNW'></ul><sub id='HryNW'></sub></form><legend id='HryNW'></legend><bdo id='HryNW'><pre id='HryNW'><center id='HryNW'></center></pre></bdo></b><th id='HryNW'></th></span></q></dt></tr></i><div id='HryNW'><tfoot id='HryNW'></tfoot><dl id='HryNW'><fieldset id='HryNW'></fieldset></dl></div>

          <tbody id='HryNW'></tbody>
      2. <small id='HryNW'></small><noframes id='HryNW'>

        <legend id='HryNW'><style id='HryNW'><dir id='HryNW'><q id='HryNW'></q></dir></style></legend>

          • <tfoot id='HryNW'></tfoot>
              <bdo id='HryNW'></bdo><ul id='HryNW'></ul>
                1. 本文介绍了使用 Gulp Header 在 Header 文件中包含当前年份的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  是否可以使用 Gulp Header 在头文件中打印当前年份?

                  Is there anyway to print out the current year in a header file using Gulp Header?

                  这是我想做的一个例子:

                  Here's an example of what I'd like to do:

                  var banner = ['/**',
                    ' * Copyright (c) 2014 Cofey',
                    ' * <%= pkg.name %> - <%= pkg.description %>',
                    ' * @version v<%= pkg.version %>',
                    ' * @link <%= pkg.homepage %>',
                    ' * @license <%= pkg.license %>',
                    ' */',
                    ''].join('
                  ');
                  

                  推荐答案

                  看起来 gulp 使用了 lodash 模板;您应该能够包含任意 JavaScript:

                  Looks like gulp uses lodash templates; you should be able to include arbitrary JavaScript:

                  var banner = ['/**',
                    ' * Copyright (c) <%= new Date().getFullYear() %> Cofey',
                    ' * <%= pkg.name %> - <%= pkg.description %>',
                    ' * @version v<%= pkg.version %>',
                    ' * @link <%= pkg.homepage %>',
                    ' * @license <%= pkg.license %>',
                    ' */',
                    ''].join('
                  ');
                  

                  这篇关于使用 Gulp Header 在 Header 文件中包含当前年份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Gulp 在 Windows 上运行失败 |错误消息:Microsoft JScr 下一篇:PATH npm 中的空格

                  相关文章

                  最新文章

                  • <bdo id='I2pau'></bdo><ul id='I2pau'></ul>
                  <legend id='I2pau'><style id='I2pau'><dir id='I2pau'><q id='I2pau'></q></dir></style></legend>

                  1. <small id='I2pau'></small><noframes id='I2pau'>

                  2. <tfoot id='I2pau'></tfoot>
                    <i id='I2pau'><tr id='I2pau'><dt id='I2pau'><q id='I2pau'><span id='I2pau'><b id='I2pau'><form id='I2pau'><ins id='I2pau'></ins><ul id='I2pau'></ul><sub id='I2pau'></sub></form><legend id='I2pau'></legend><bdo id='I2pau'><pre id='I2pau'><center id='I2pau'></center></pre></bdo></b><th id='I2pau'></th></span></q></dt></tr></i><div id='I2pau'><tfoot id='I2pau'></tfoot><dl id='I2pau'><fieldset id='I2pau'></fieldset></dl></div>