spidergod
spidergod
## 什么问题 我的api 回傳的blob 資料想要處理成 excel 目前在請求配置 Pre-request Script 幫 context 加入 responseType = 'blob' 然後再 Pre-reponse Script 去接 context.resoinseData 發現用 Object.prototype.toString.call() 回傳值是 [object String] 而不是 [object Blob] 請問這有解嗎?? 發送請求不是用axios??...
sorry i have a question about the this.$refs.address.focus() when i use it i got error focus() { this.$nextTick(() => { this.$refs.autocomplete.focus(); //error document.getElementsByName(this.id)[0].focus(); //ok document.getElementById(this.id).focus(); //ok }); }, why document.getElementById(this.id).focus()...