摘要:
先看document的两个常见method。 document.createTextNode Constructor: Text document.createElement Constructor: HTML*Element Constructor: Text Constructor: HTML* 阅读全文
摘要:
"End of Line"行结束符,由"CR", "LF"组合构成,有几种可能: "CR", “LF”, "CR"+"LF"等。 经实测, Windows中的GitBash、Linux的行结束符为“LF”, Windows的行结束符为"CR"+"LF" "CR" 对应\r "LF" 对应\n 阅读全文
摘要:
(function () { var blob = new Blob(['content'], {type: 'text/plain; charset=utf-8'}), blobUrl = URL.createObjectURL(blob), node = document.createElement('a'); node.href = blo... 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
ref: http://jingyan.baidu.com/article/29697b912f9939ab20de3c8c.html 阅读全文