摘要:
async function test1 (data, index, limit) { let len = data.length let result = [] while (index < len) { let res = await fnFunction() result = result.c 阅读全文
摘要:
6个控制位】 control bits zx zero x 为真 x为0⃣️ nx 非 x 为真 !x zy zero y 为真 y 0 ny 为真 !y f 为真 out=>x+y plus operation 加法 反之 out=>x&y and运算 和运算 no 非out n是negative 阅读全文