摘要: File对象有两种形态, 在请求时为: 控制台输出为: 从formData中获得fileList对应的File对象,并转换为base64字符串,再转换回File对象,代码示例如下: const fileList = uploadFormData.get("fileList"); console.lo 阅读全文
posted @ 2024-08-02 16:49 罗毅豪 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 需求:根据判断当前是PC端还是手机端,给页面显示不同的内容。 const isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent); const title = ref("服务器错误"); const subTitle = re 阅读全文
posted @ 2024-08-02 16:39 罗毅豪 阅读(9) 评论(0) 推荐(0) 编辑