{"id":2,"date":"2024-09-17T02:21:15","date_gmt":"2024-09-17T02:21:15","guid":{"rendered":"https:\/\/www.123woodman.com\/?page_id=2"},"modified":"2024-09-22T04:38:31","modified_gmt":"2024-09-22T04:38:31","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/www.123woodman.com\/index.php\/sample-page\/","title":{"rendered":"\u6c49\u8bed\u65b0\u89e3"},"content":{"rendered":"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><input type=\"text\" id=\"word-input\" placeholder=\"\u8bf7\u8f93\u5165\u8bcd\u8bed\">\n<button id=\"submit-button\">\u751f\u6210<\/button>\n<div id=\"svg-container\"><\/div><\/blockquote><script>\n\/\/ \u83b7\u53d6 DOM \u5143\u7d20\nconst wordInput = document.getElementById('word-input');\nconst submitButton = document.getElementById('submit-button');\nconst svgContainer = document.getElementById('svg-container');\n\n\n\/\/ \u76d1\u542c\u6309\u94ae\u70b9\u51fb\u4e8b\u4ef6\nsubmitButton.addEventListener('click', () => {\n  \/\/ \u83b7\u53d6\u7528\u6237\u8f93\u5165\u7684\u8bcd\u8bed\n  const word = wordInput.value;\n \n  \/\/ \u53d1\u9001 AJAX \u8bf7\u6c42\u5230\u540e\u7aef\n  fetch('\/wp-admin\/admin-ajax.php?action=word_to_svg', {\n    method: 'POST',\n    headers: {\n      'Content-Type': 'application\/x-www-form-urlencoded'\n    },\n      body: `word=${word}` \/\/ \u6ce8\u610f\uff1anonce \u53c2\u6570\u540d\u5e94\u4e3a security\n  })\n  .then(response => response.json())  \/\/ \u89e3\u6790 JSON \u54cd\u5e94\n  .then(data => {\n    \/\/ \u68c0\u67e5\u54cd\u5e94\u662f\u5426\u6210\u529f\n    if (data.success && data.data.svg) {\n      \/\/ \u83b7\u53d6 SVG \u5185\u5bb9\n      const svgContent = data.data.svg;\n\n      \/\/ \u4f7f\u7528 innerHTML \u5c06 SVG \u5185\u5bb9\u63d2\u5165\u5bb9\u5668\n    \/\/  svgContainer.innerHTML = svgContent;\n    \/\/ \u521b\u5efa\u4e00\u4e2a\u4e34\u65f6\u7684 img \u5143\u7d20\u6765\u52a0\u8f7d SVG \u6570\u636e\n    const img = new Image();\n    img.onload = () => {\n      \/\/ \u521b\u5efa Canvas \u5143\u7d20\n      const canvas = document.createElement('canvas');\n      canvas.width = img.width;\n      canvas.height = img.height;\n\n      \/\/ \u5c06 SVG \u6e32\u67d3\u5230 Canvas \u4e0a\n      const ctx = canvas.getContext('2d');\n      ctx.drawImage(img, 0, 0);\n\n      \/\/ \u5c06 Canvas \u5185\u5bb9\u8f6c\u6362\u4e3a PNG \u6570\u636e URL\n      const pngDataURL = canvas.toDataURL('image\/png');\n\n      \/\/ \u521b\u5efa\u4e00\u4e2a img \u5143\u7d20\u6765\u663e\u793a PNG \u56fe\u7247\n      const pngImage = document.createElement('img');\n      pngImage.src = pngDataURL;\n\n      \/\/ \u5c06 PNG \u56fe\u7247\u63d2\u5165\u5230\u5bb9\u5668\u4e2d\n      svgContainer.innerHTML = ''; \/\/ \u6e05\u7a7a\u5bb9\u5668\u4e2d\u539f\u6765\u7684\u5185\u5bb9\n      svgContainer.appendChild(pngImage); \n    };\n    img.src = 'data:image\/svg+xml,' + encodeURIComponent(svgContent); \n        } else {\n\n\n \n      \/\/ \u5904\u7406\u9519\u8bef\n      console.error('\u83b7\u53d6 SVG \u6570\u636e\u5931\u8d25:', data);\n      \/\/ \u5728\u9875\u9762\u4e0a\u663e\u793a\u9519\u8bef\u4fe1\u606f\n    }\n  })\n  .catch(error => {\n    console.error('\u8bf7\u6c42\u51fa\u9519:', error);\n    \/\/ \u5904\u7406\u9519\u8bef\uff0c\u4f8b\u5982\u5728\u9875\u9762\u4e0a\u663e\u793a\u9519\u8bef\u4fe1\u606f\n  });\n});\n<\/script><p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u751f\u6210<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/pages\/2"}],"collection":[{"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":29,"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/www.123woodman.com\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}