10 2021 档案
摘要:转载自: https://www.cnblogs.com/lfri/p/10780994.html P命令的作用与T命令相同,但是当遇到中断指令INT n和调用指令CALL时,不会进入子程序,而是直接跳到下一条语句。
阅读全文
摘要:第一个参数是pathLike,看文档以为可以直接传入Buffer类型,但是实际会报错, 解决方法 const stream = require('stream') const reader = new stream.PassThrough().end(buffer) reader是转换后的ReadS
阅读全文
摘要:<div id="container"></div> <style> #container{ position: relative; margin: auto; width: 200px; height: 200px; background: url('./avatar.jfif') no-repe
阅读全文