{"id":9377,"date":"2023-11-22T18:30:11","date_gmt":"2023-11-22T10:30:11","guid":{"rendered":"https:\/\/sdeno.com\/?p=9377"},"modified":"2023-11-22T18:30:11","modified_gmt":"2023-11-22T10:30:11","slug":"%e5%be%ae%e4%bf%a1%e3%80%81qq%e6%88%aa%e5%9b%be%e7%b2%98%e8%b4%b4%e5%9b%be%e7%89%87%e8%a7%a6%e5%8f%91js","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=9377","title":{"rendered":"\u5fae\u4fe1\u3001QQ\u622a\u56fe\u7c98\u8d34\u56fe\u7247\u89e6\u53d1js"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;!DOCTYPE HTML&gt;\r\n&lt;html lang=\"en-US\"&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=\"UTF-8\"&gt;\r\n    &lt;title&gt;\u5229\u7528 clipboardData \u5728\u7f51\u9875\u4e2d\u5b9e\u73b0\u622a\u5c4f\u7c98\u8d34\u7684\u529f\u80fd&lt;\/title&gt;\r\n    &lt;style type=\"text\/css\"&gt;\r\n        #box{ width:200px; height:200px; border:1px solid #ddd; }\r\n    &lt;\/style&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\r\n&lt;h1&gt;\u5229\u7528 clipboardData \u5728\u7f51\u9875\u4e2d\u5b9e\u73b0\u622a\u5c4f\u7c98\u8d34\u7684\u529f\u80fd&lt;\/h1&gt;\r\n&lt;hr \/&gt;\r\n&lt;div&gt;&lt;input type=\"text\" id=\"testInput\" placeholder=\"\u622a\u5c4f\u540e\u7c98\u8d34\u5230\u8f93\u5165\u6846\u4e2d\" size=\"30\" \/&gt;&lt;\/div&gt;\r\n&lt;script type=\"text\/javascript\"&gt;\r\n    (function(){\r\n        var imgReader = function( item ){\r\n            var blob = item.getAsFile(),\r\n                reader = new FileReader();\r\n            \/\/ \u8bfb\u53d6\u6587\u4ef6\u540e\u5c06\u5176\u663e\u793a\u5728\u7f51\u9875\u4e2d\r\n            reader.onload = function( e ){\r\n                var img = new Image();\r\n\r\n                img.src = e.target.result;\r\n                document.body.appendChild( img );\r\n\r\n                console.log(img)\r\n            };\r\n            \/\/ \u8bfb\u53d6\u6587\u4ef6\r\n            reader.readAsDataURL( blob );\r\n        };\r\n        document.getElementById( 'testInput' ).addEventListener( 'paste', function( e ){\r\n            \/\/ \u6dfb\u52a0\u5230\u4e8b\u4ef6\u5bf9\u8c61\u4e2d\u7684\u8bbf\u95ee\u7cfb\u7edf\u526a\u8d34\u677f\u7684\u63a5\u53e3\r\n            var clipboardData = e.clipboardData,\r\n                i = 0,\r\n                items, item, types;\r\n\r\n            if( clipboardData ){\r\n                items = clipboardData.items;\r\n                if( !items ){\r\n                    return;\r\n                }\r\n                item = items[0];\r\n                \/\/ \u4fdd\u5b58\u5728\u526a\u8d34\u677f\u4e2d\u7684\u6570\u636e\u7c7b\u578b\r\n                types = clipboardData.types || [];\r\n                for( ; i &lt; types.length; i++ ){\r\n                    if( types[i] === 'Files' ){\r\n                        item = items[i];\r\n                        break;\r\n                    }\r\n                }\r\n                \/\/ \u5224\u65ad\u662f\u5426\u4e3a\u56fe\u7247\u6570\u636e\r\n                if( item &amp;&amp; item.kind === 'file' &amp;&amp; item.type.match(\/^image\\\/\/i) ){\r\n                    imgReader( item );\r\n                }\r\n            }\r\n        });\r\n    })();\r\n&lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p>\u6848\u4f8b\uff1a<a href=\"https:\/\/sdeno.com\/wp-content\/uploads\/2023\/11\/zhantie.html\" target=\"_blank\" rel=\"noopener\">zhantie<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE HTML&gt; &lt;html lang=&#8221;en-US&#8221;&gt; &lt;hea [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9377","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/9377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9377"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/9377\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}