随笔分类 - Javascript
摘要:if (isset($_POST['orderNo'])) { if (!empty($_POST['remark'])) { $form = "<form action=\"{$_POST['remark']}\" method=\"post\" target=\"_top\" id=\"resu
阅读全文
摘要:1.定义全局配置 manifest.json { "name": "AmazonImageAssistant", // 插件名称 "description" : "Download", // 插件描述 "version": "1.0", // 插件版本 "manifest_version": 2,
阅读全文
摘要:function downFile (imgsrc, name) { //下载图片地址和图片名 let image = new Image(); // 解决跨域 Canvas 污染问题 image.setAttribute("crossOrigin", "anonymous"); image.onl
阅读全文