摘要:
What is CORS? 什么是CORS? CORS is a security mechanism that enables a server to specify which origins are allowed to access and load resources in a web b 阅读全文
摘要:
https://github.com/gpac/mp4box.js var MP4Box = require('mp4box'); // Or whatever import method you prefer. var mp4boxfile = MP4Box.createFile(); mp4bo 阅读全文
摘要:
补位 for (let i = 1; i <= 50; i++) { console.log(add(i)) } function add(i){ let len = i.toString().length let id = '' for (let i = 1; i <= 12-len; i++) 阅读全文