{"version":"1.0","provider_name":"\u6570\u636e\u6062\u590d\u8f6f\u4ef6","provider_url":"https:\/\/datarecovery.ping.fm\/zh\/","author_name":"zamozhnii","author_url":"https:\/\/datarecovery.ping.fm\/zh\/","title":"\u5982\u4f55\u6062\u590d\u610f\u5916\u5220\u9664\u7684Minecraft\u4e16\u754c","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"CcIGo0PEAV\"><a href=\"https:\/\/datarecovery.ping.fm\/zh\/recover-deleted-minecraft-worlds\/\">\u5982\u4f55\u6062\u590d\u5df2\u5220\u9664\u7684Minecraft\u4e16\u754c<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/datarecovery.ping.fm\/zh\/recover-deleted-minecraft-worlds\/embed\/#?secret=CcIGo0PEAV\" width=\"600\" height=\"338\" title=\"&#8220;\u5982\u4f55\u6062\u590d\u5df2\u5220\u9664\u7684Minecraft\u4e16\u754c&#8221; &#8212; \u6570\u636e\u6062\u590d\u8f6f\u4ef6\" data-secret=\"CcIGo0PEAV\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * This file cannot have ampersands in it. This is to ensure\n * it can be embedded in older versions of WordPress.\n * See https:\/\/core.trac.wordpress.org\/changeset\/35708.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\tvar supportedBrowser = false,\n\t\tloaded = false;\n\n\t\tif ( document.querySelector ) {\n\t\t\tif ( window.addEventListener ) {\n\t\t\t\tsupportedBrowser = true;\n\t\t\t}\n\t\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\tif ( ! data ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( ! ( data.secret || data.message || data.value ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( \/[^a-zA-Z0-9]\/.test( data.secret ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\t\/* Resize the iframe on request. *\/\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t}\n\n\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\tif ( 'link' === data.message ) {\n\t\t\t\tsourceURL = document.createElement( 'a' );\n\t\t\t\ttargetURL = document.createElement( 'a' );\n\n\t\t\t\tsourceURL.href = source.getAttribute( 'src' );\n\t\t\t\ttargetURL.href = data.value;\n\n\t\t\t\t\/* Only follow link if the protocol is in the allow list. *\/\n\t\t\t\tif ( ! allowedProtocols.test( targetURL.protocol ) ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t\/* Only continue if link hostname matches iframe's hostname. *\/\n\t\t\t\tif ( targetURL.host === sourceURL.host ) {\n\t\t\t\t\tif ( document.activeElement === source ) {\n\t\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tif ( loaded ) {\n\t\t\treturn;\n\t\t}\n\n\t\tloaded = true;\n\n\t\tvar isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),\n\t\t\tisIE11 = !!navigator.userAgent.match( \/Trident.*rv:11\\.\/ ),\n\t\t\tiframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\tiframeClone, i, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substr( 2, 10 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/* Remove security attribute from iframes in IE10 and IE11. *\/\n\t\t\tif ( ( isIE10 || isIE11 ) ) {\n\t\t\t\tiframeClone = source.cloneNode( true );\n\t\t\t\tiframeClone.removeAttribute( 'security' );\n\t\t\t\tsource.parentNode.replaceChild( iframeClone, source );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\tif ( supportedBrowser ) {\n\t\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\t\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n\t\twindow.addEventListener( 'load', onLoad, false );\n\t}\n})( window, document );\n<\/script>\n","thumbnail_url":"https:\/\/datarecovery.ping.fm\/wp-content\/uploads\/2024\/03\/How-to-Recover-Deleted-Minecraft-Worlds-Chinese.jpg","thumbnail_width":1280,"thumbnail_height":731,"description":"\u5982\u4f55\u6062\u590d\u5df2\u5220\u9664\u7684Minecraft\u4e16\u754c Minecraft\u662f\u4e00\u6b3e\u6781\u53d7\u6b22\u8fce\u7684\u6c99\u76d2\u6e38\u620f\uff0c\u4ee5\u5176\u65e0\u5c3d\u7684\u63a2\u7d22\u3001\u5efa\u9020\u548c\u5192\u9669\u53ef\u80fd\u6027\u6355\u83b7\u4e86\u73a9\u5bb6\u7684\u5fc3\u3002\u5220\u9664\u4e00\u4e2a\u8d39\u5c3d\u5fc3\u601d\u6253\u9020\u7684Minecraft\u4e16\u754c\u53ef\u80fd\u662f\u6700\u4ee4\u4eba\u5fc3\u788e\u7684\u7ecf\u5386\u4e4b\u4e00\u3002\u65e0\u8bba\u662f\u7531\u4e8e\u6e38\u620f\u5d29\u6e83\u3001\u65e0\u610f\u95f4\u7684\u70b9\u51fb\u8fd8\u662f\u5176\u4ed6\u4e0d\u53ef\u9884\u89c1\u7684\u60c5\u51b5\uff0c\u5931\u53bb\u4f60\u7684\u6570\u7801\u521b\u4f5c\u90fd\u53ef\u80fd\u611f\u5230\u6bc1\u706d\u6027\u7684\u6253\u51fb\u3002\u522b\u6015\uff0c\u4eb2\u7231\u7684\u5efa\u9020\u8005\u4eec\uff01\u5728\u8fd9\u7bc7\u6587\u7ae0\u4e2d\uff0c\u6211\u5c06\u6307\u5bfc\u4f60\u5982\u4f55\u5728PC\u548c\u79fb\u52a8\u8bbe\u5907\u4e0a\u6062\u590d\u5df2\u5220\u9664\u7684Minecraft\u4e16\u754c\u3002\u6211\u8fd8\u5c06\u5206\u4eab\u6211\u4f7f\u7528Disk Drill\u548c\u5176\u4ed6\u65b9\u6cd5\u6062\u590d\u90a3\u4e9b\u73cd\u8d35\u7684\u6570\u636e\u5757\uff0c\u4f7f\u5176\u4e0d\u81f3\u4e8e\u6c89\u5165\u6570\u5b57\u9057\u5fd8\u7684\u6df1\u6e0a\u7684\u4e2a\u4eba\u7ecf\u5386\u3002 1 \u5e38\u89c1\u60c5\u51b5\uff1a \u610f\u5916\u5220\u9664\u4e16\u754c &#128465; \u5728\u5c1d\u8bd5\u52a0\u8f7d\u4e16\u754c\u65f6\u4e0d\u5c0f\u5fc3\u6309\u4e0b\u201c\u5220\u9664\u201d\u3002 \u6e05\u7406\u4e0d\u9700\u8981\u7684\u6587\u4ef6\u65f6\u8bef\u5c06Minecraft\u4fdd\u5b58\u6587\u4ef6\u5305\u62ec\u5728\u5185\u3002 \u6e38\u620f\u5d29\u6e83\u5bfc\u81f4\u4e16\u754c\u6587\u4ef6\u635f\u574f\u6216\u4e22\u5931\u3002 \u66f4\u65b0\u548c\u6a21\u7ec4\u5931\u8d25 &#128736; \u5b89\u88c5\u65b0\u6a21\u7ec4\u6216\u6e38\u620f\u66f4\u65b0\u5bfc\u81f4\u73b0\u6709\u4e16\u754c\u4fdd\u5b58\u6587\u4ef6\u635f\u574f\u3002 \u66f4\u65b0\u5931\u8d25\uff0c\u5bfc\u81f4\u65e0\u6cd5\u8bbf\u95ee\u4f60\u7684Minecraft\u4e16\u754c\u3002 \u6a21\u7ec4\u51b2\u7a81\u5bfc\u81f4\u6e38\u620f\u6587\u4ef6\u7684\u5220\u9664\u6216\u635f\u574f\u3002 \u6280\u672f\u6545\u969c\u548c\u9519\u8bef &#128187; \u7cfb\u7edf\u6545\u969c\u5bfc\u81f4\u6587\u4ef6\u4e22\u5931\u6216\u65e0\u6cd5\u8bbf\u95ee\u3002 Minecraft\u7a0b\u5e8f\u9519\u8bef\u5bfc\u81f4\u4e16\u754c\u6d88\u5931\u3002 \u6e38\u73a9\u8fc7\u7a0b\u4e2d\u610f\u5916\u505c\u7535\u6216\u7cfb\u7edf\u91cd\u542f\u3002 2 \u4e00\u6b65\u4e00\u6b65\u7684\u6307\u5357\u3002\u6062\u590d\u5df2\u5220\u9664\u7684Minecraft\u4e16\u754c\uff1a \u65b9\u6cd51\uff1a\u68c0\u67e5\u56de\u6536\u7ad9 &#128465; \u53cc\u51fb\u684c\u9762\u4e0a\u7684\u56fe\u6807\u6253\u5f00\u56de\u6536\u7ad9\u3002 \u5bfb\u627e\u5220\u9664\u7684Minecraft\u4e16\u754c\u6587\u4ef6\u5939\u6216\u8bef\u5220\u7684\u6587\u4ef6\u3002\u5b83\u4eec\u7684\u540d\u79f0\u901a\u5e38\u4e0e\u4f60\u5220\u9664\u7684\u4e16\u754c\u7684\u540d\u79f0\u76f8\u5339\u914d\u3002 \u5728\u6587\u4ef6\u5939\/\u6587\u4ef6\u4e0a\u70b9\u51fb\u53f3\u952e\uff0c\u9009\u62e9\u201c\u8fd8\u539f\u201d\u4ee5\u4fbf\u5c06\u5b83\u4eec\u6062\u590d\u5230\u539f\u59cb\u4f4d\u7f6e\u3002 \u6ce8\u610f\uff1a\u6b64\u65b9\u6cd5\u4ec5\u5728\u672a\u4ece\u56de\u6536\u7ad9\u6c38\u4e45\u5220\u9664\u6587\u4ef6\u7684\u60c5\u51b5\u4e0b\u6709\u6548\u3002 \u7ed3\u8bba\uff1a\u5982\u679c\u5220\u9664\u662f\u6700\u8fd1\u53d1\u751f\u7684\u4e14\u6587\u4ef6\u672a\u88ab\u6c38\u4e45\u5220\u9664\uff0c\u90a3\u4e48\u4ece\u56de\u6536\u7ad9\u6062\u590d\u6587\u4ef6\u4fbf\u662f\u4e00\u79cd\u7b80\u5355\u6709\u6548\u7684\u65b9\u6cd5\u3002 \u65b9\u6cd52\uff1a\u5728PC\u4e0a\u4f7f\u7528\u7cfb\u7edf\u8fd8\u539f &#128338; \u8f93\u5165\u201c\u521b\u5efa\u8fd8\u539f\u70b9\u201d\u5728Windows\u641c\u7d22\u6846\u4e2d\uff0c\u5e76\u6253\u5f00\u7cfb\u7edf\u5c5e\u6027\u5bf9\u8bdd\u6846\u4ee5\u8bbf\u95ee\u7cfb\u7edf\u8fd8\u539f\u3002 \u70b9\u51fb\u201c\u7cfb\u7edf\u8fd8\u539f&#8230;\u201d\u5e76\u6309\u7167\u63d0\u793a\u9009\u62e9\u5728\u5220\u9664\u53d1\u751f\u4e4b\u524d\u7684\u8fd8\u539f\u70b9\u3002 \u7ee7\u7eed\u8fd8\u539f\u8fc7\u7a0b\uff0c\u8bf7\u6ce8\u610f\u8fd9\u53ef\u80fd\u4f1a\u5f71\u54cd\u6700\u8fd1\u5b89\u88c5\u7684\u8f6f\u4ef6\u548c\u66f4\u65b0\u3002 \u6ce8\u610f\uff1a\u6b64\u65b9\u6cd5\u53ea\u5728\u7cfb\u7edf\u4fdd\u62a4\u5df2\u542f\u7528\u4e14\u4f60\u62e5\u6709\u5408\u9002\u7684\u8fd8\u539f\u70b9\u65f6\u624d\u6709\u6548\u3002 \u7ed3\u8bba\uff1a\u7cfb\u7edf\u8fd8\u539f\u662f\u4e00\u79cd\u5f3a\u5927\u7684\u5de5\u5177\uff0c\u5b83\u53ef\u4ee5\u5c06\u4f60\u7684\u7cfb\u7edf\u6062\u590d\u5230\u4e4b\u524d\u7684\u72b6\u6001\uff0c\u5982\u679c\u6700\u8fd1\u7684\u7cfb\u7edf\u66f4\u6539\u662f\u95ee\u9898\u7684\u539f\u56e0\uff0c\u53ef\u80fd\u4f1a\u6062\u590d\u4f60\u7684\u5df2\u5220\u9664Minecraft\u4e16\u754c\u3002 \u65b9\u6cd53\uff1a\u5728PC\u4e0a\u4eceMinecraft &#8216;saves&#8217;\u6587\u4ef6\u5939\u4e2d\u6062\u590d &#128190; \u5728\u4f60\u7684PC\u4e0a\u5bfc\u822a\u5230\u4f60\u7684Minecraft &#8216;saves&#8217;\u6587\u4ef6\u5939\u3002\u9ed8\u8ba4\u8def\u5f84\u901a\u5e38\u662f&#8217;C:Users[\u4f60\u7684\u7528\u6237\u540d]AppDataRoaming.minecraftsaves&#8216;\u3002 \u68c0\u67e5\u662f\u5426\u8fd8\u6709\u5df2\u5220\u9664\u4e16\u754c\u7684\u6587\u4ef6\u5939\u3002\u6709\u65f6\uff0c\u6e38\u620f\u53ef\u80fd\u6ca1\u6709\u6b63\u786e\u5220\u9664\u6587\u4ef6\uff0c\u4f7f\u5b83\u4eec\u7559\u5728saves\u6587\u4ef6\u5939\u4e2d\u3002 \u5982\u679c\u627e\u5230\uff0c\u5c06\u6587\u4ef6\u5939\u590d\u5236\u5230\u5176\u4ed6\u4f4d\u7f6e\uff0c\u5e76\u5c1d\u8bd5\u5728\u6e38\u620f\u4e2d\u52a0\u8f7d\u4ee5\u786e\u4fdd\u5b83\u662f\u6b63\u786e\u7684\u4e16\u754c\u5e76\u4e14\u53ef\u4ee5\u6b63\u5e38\u5de5\u4f5c\u3002 \u6ce8\u610f\uff1a\u6b64\u65b9\u6cd5\u4f9d\u8d56\u4e8e\u6587\u4ef6\u53ef\u80fd\u672a\u88ab\u6e38\u620f\u6c38\u4e45\u5220\u9664\u7684\u53ef\u80fd\u6027\u3002 \u7ed3\u8bba\uff1a\u76f4\u63a5\u68c0\u67e5saves\u6587\u4ef6\u5939\u662f\u4e00\u79cd\u5feb\u901f\u68c0\u67e5\uff0c\u53ef\u80fd\u65e0\u9700\u989d\u5916\u6062\u590d\u5de5\u5177\u5373\u53ef\u4fdd\u5b58\u4f60\u7684\u4e16\u754c\u3002 \u65b9\u6cd54\uff1a\u4f7f\u7528Disk Drill\u8fdb\u884c\u6570\u636e\u6062\u590d &#9881; \u4ece\u5b98\u65b9\u7f51\u7ad9\u4e0b\u8f7d\u5e76\u5b89\u88c5Disk Drill\u3002 \u542f\u52a8Disk Drill\u5e76\u9009\u62e9\u5b58\u50a8\u6709\u4f60\u7684Minecraft\u4e16\u754c\u7684\uff08\u6216\u66fe\u7ecf\u5b58\u50a8\u7684\uff09\u9a71\u52a8\u5668\u3002 \u70b9\u51fb\u201c\u6062\u590d\u201d\u5e76\u8ba9Disk Drill\u626b\u63cf\u9a71\u52a8\u5668\u67e5\u627e\u5df2\u5220\u9664\u7684\u6587\u4ef6\u3002\u8bf7\u8010\u5fc3\u7b49\u5f85\uff0c\u56e0\u4e3a\u8fd9\u4e2a\u8fc7\u7a0b\u53ef\u80fd\u9700\u8981\u4e00\u6bb5\u65f6\u95f4\u3002 \u626b\u63cf\u5b8c\u6210\u540e\uff0c\u5728\u547d\u540d\u4e3a\u4f60\u7684Minecraft\u4e16\u754c\u7684\u6587\u4ef6\u5939\u4e2d\u67e5\u627e\uff0c\u9009\u62e9\u5b83\u4eec\uff0c\u7136\u540e\u518d\u6b21\u70b9\u51fb\u201c\u6062\u590d\u201d\u3002 [&hellip;]"}