使用Python3出現
ModuleNotFoundError: No module named 'requests'
是因為缺少 requests 函示庫
使用pip安裝 requests 函示庫
pip3 install requests
如果出現pip版本太低時請更新pip
pip3 install --upgrade pip
使用Composer update時出現Out of memory記憶體不足時解決方式
get view html in controller laravel?如何在Controller中取得View Blade的HTML字串呢?
更新 composer 依然無法解決 No such file or directory 問題嗎?深入問題解決。
使用精簡的 HTML 程式碼 (包含任何內嵌 JavaScript 和其中所含的 CSS) 可以大幅減少資料量,同時加快下載及剖析的速度。
HTML使用input上傳檔案時,若想要限制檔案的類型時可以使用accept屬性。