结论
1. i 是两步操作,第一步:a i 第二步:i i1,最终返回a,但a是不具名的,也无法取地址
2. i 也是两步操作,第一步:i i1 第二步:return i,最终返回…
首先封装一下图片上传方法(纯前端):
import * as qiniu from qiniu-jsexport function uploadFile(file,token) {let fileNameLen file.name.length;let startPos file.name.lastIndexOf(".");//文件名const key new Date().getTime() _ file.name.…
现在的一切都是为将来的梦想编织翅膀,让梦想在现实中展翅高飞。 Now everything is for the future of dream weaving wings, let the dream fly in reality. 编码规范(Google C Style Guide) 编码规范(Google C Style Guide&am…