codemirror下的mode 中的index.html报错

codemirror下的mode 中的index.html报错

Start tag(<count>) not closed properly.expected'>'.
colhdrs:{[file]
    `$nameltrim DELIM vs cleanhdrs first read0(file;0;1+first where 0xa=read1(file;0;WIDTHHDR))}
data:{[file;info]
    (exec c from info where not t=" ")xcol(exec t from info;enlist DELIM)0:file}
data10:{[file;info]
    data[;info](file;0;1+last 11#where 0xa=read1(file;0;15*WIDTHHDR))}
info0:{[file;onlycols]
    colhdrs:`$nameltrim DELIM vs cleanhdrs first head:read0(file;0;1+last where 0xa=read1(file;0;WIDTHHDR));
    loadfmts:(count colhdrs)#"S";if[count onlycols;loadfmts[where not colhdrs in onlycols]:"C"];
    breaks:where 0xa=read1(file;0;floor(10+READLINES)*WIDTHHDR%count head);
    nas:count as:colhdrs xcol(loadfmts;enlist DELIM)0:(file;0;1+last((1+READLINES)&count breaks)#breaks);
    info:([]c:key flip as;v:value flip as);as:();
    reserved:key`.q;reserved,:.Q.res;reserved,:`i;
    info:update res:c in reserved from info;
    info:update ci:i,t:"?",ipa:0b,mdot:0,mw:0,rule:0,gr:0,ndv:0,maybe:0b,empty:0b,j10:0b,j12:0b from info;
    info:update ci:`s#ci from info;
    if[count onlycols;info:update t:" ",rule:10 from info where not c in onlycols];
    info:update sdv:{string(distinct x)except`}peach v from info;
    info:update ndv:count each sdv from info;
    info:update gr:floor 0.5+100*ndv%nas,mw:{max count each x}peach sdv from info where 0<ndv;

QQ图片20161008211403.png


  1. Select all your codeCTRL+A, copy itCTRL+C

  2. Delete original file.

  3. Create a new file with the same name, pasteCTRL+Vthe copied code and save changes


  1. 选择你所有的代码Ctrl + A,复制它按Ctrl +С

  2. 删除原始文件。

  3. 创建具有相同名称的新文件,粘贴按Ctrl + V复制代码并保存更改。


简单就是 复制源代码,删除index.html文件,在新建index.html文件,粘贴源文件,error消失了。

相关标签:


评论: