js 创建多行字符串

Posted 小小高

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js 创建多行字符串相关的知识,希望对你有一定的参考价值。

function heredoc(fn) {
    return fn.toString().split(\n).slice(1,-1).join(\n) + \n
}

var tmpl = heredoc(function(){/*
    !!! 5
    html
      include header
      body
        //if IE 6
            .alert.alert-error
                center 对不起,我们不支持IE6,请升级你的浏览器
                    a(href="http://windows.microsoft.com/zh-CN/internet-explorer/download-ie") | IE8官方下载
                    a(href="https://www.google.com/intl/en/chrome/browser/") | Chrome下载
        include head
        .container
            .row-fluid
                .span8
                    block main
                    include pagerbar
                .span4
                    include sidebar
        include footer
        include script
 */});

Es6 写法

`ddddfdfdf

dfdfdf

`

以上是关于js 创建多行字符串的主要内容,如果未能解决你的问题,请参考以下文章

20个简洁的 JS 代码片段

js 创建多行字符串

在具有多行标题的选项卡上设置片段

android片段表格布局

JavaScript笔试题(js高级代码片段)

原子片段:原子编辑器中的多行片段