您好我正在使用jquery圖像上載器,其中選擇圖像後,我得到它的base64代碼。 function readImage(input) {
if (input.files && input.files[0]) {
var FR= new FileReader();
FR.onload = function(e) {
$('#img').show().
我正在嘗試使用Imagick與PHP。我已經安裝了該程序,取而代之的是核心DLL文件加載的dll擴展與XAMPP,但現在我得到這個錯誤: unable to open module file `C:\Users\sudom\AppData\Local\ImageMagick\IM_MOD_RL_png_.dll': No such file or directory @ warning/modul