{"id":1981,"date":"2024-11-10T08:36:47","date_gmt":"2024-11-10T00:36:47","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1981\/"},"modified":"2024-11-10T08:36:47","modified_gmt":"2024-11-10T00:36:47","slug":"%e7%bd%91%e9%a1%b5%e5%ae%89%e5%85%a8%ef%bc%9a%e5%a6%82%e4%bd%95%e9%9a%90%e8%97%8furl%e4%b8%ad%e7%9a%84%e5%af%86%e7%a0%81%e4%bf%a1%e6%81%af%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1981\/","title":{"rendered":"\u7f51\u9875\u5b89\u5168\uff1a\u5982\u4f55\u9690\u85cfURL\u4e2d\u7684\u5bc6\u7801\u4fe1\u606f\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173062458491645.jpg\" class=\"aligncenter\" title=\"\u7f51\u9875\u5b89\u5168\uff1a\u5982\u4f55\u9690\u85cfURL\u4e2d\u7684\u5bc6\u7801\u4fe1\u606f\uff1f\u63d2\u56fe\" alt=\"\u7f51\u9875\u5b89\u5168\uff1a\u5982\u4f55\u9690\u85cfURL\u4e2d\u7684\u5bc6\u7801\u4fe1\u606f\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u9690\u85cfurl\u53c2\u6570\u4f20\u9012\u7684\u5bc6\u7801<\/strong><\/p>\n<p>\u5728\u7f16\u5199\u7f51\u9875\u65f6\uff0c\u4f20\u9012\u5bc6\u7801\u7b49\u654f\u611f\u4fe1\u606f\u65f6\uff0c\u5c06\u5b83\u4eec\u76f4\u63a5\u4f5c\u4e3aurl\u53c2\u6570\u7684\u505a\u6cd5\u662f\u4e0d\u5b89\u5168\u7684\uff0c\u5bb9\u6613\u88ab\u4ed6\u4eba\u7a83\u53d6\u3002\u63a8\u8350\u4f7f\u7528ajax post\u8bf7\u6c42\uff0c\u5c06\u654f\u611f\u4fe1\u606f\u9690\u85cf\u5728\u8bf7\u6c42\u6b63\u6587\u4e2d\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p>\u4ee5\u4e0b\u4f7f\u7528jquery\u63d0\u4f9b\u7684ajax post\u8bf7\u6c42\u793a\u4f8b\uff0c\u9690\u85cf\u5bc6\u7801\u4fe1\u606f\uff1a<\/p>\n<pre>var password = \"123\";\n\n$.ajax({\n  url: \"http:\/\/localhost:8080\/xxx.action\",\n  data: {\n    \"password\": password\n  },\n  type: \"post\",\n  success: function(data) {\n    if (data &gt; 0) {\n      alert(msg + \"OK\uff01\");\n    } else {\n      alert(\"\u64cd\u4f5c\u5931\u8d25\");\n    }\n  },\n  error: function() {\n    alert(\"\u8bf7\u6c42\u51fa\u9519\");\n  }\n});<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u7f51\u9875\u5b89\u5168\uff1a\u5982\u4f55\u9690\u85cfURL\u4e2d\u7684\u5bc6\u7801\u4fe1\u606f\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9690\u85cfurl\u53c2\u6570\u4f20\u9012\u7684\u5bc6\u7801 \u5728\u7f16\u5199\u7f51\u9875\u65f6\uff0c\u4f20\u9012\u5bc6\u7801\u7b49\u654f\u611f\u4fe1\u606f\u65f6\uff0c\u5c06\u5b83\u4eec\u76f4\u63a5\u4f5c\u4e3aurl\u53c2\u6570\u7684\u505a\u6cd5\u662f\u4e0d\u5b89\u5168\u7684\uff0c\u5bb9\u6613\u88ab\u4ed6\u4eba\u7a83\u53d6\u3002\u63a8\u8350\u4f7f\u7528ajax post\u8bf7\u6c42\uff0c\u5c06\u654f\u611f\u4fe1\u606f\u9690\u85cf\u5728\u8bf7\u6c42\u6b63\u6587\u4e2d\u3002 \u89e3\u51b3\u65b9\u6848 \u4ee5\u4e0b\u4f7f\u7528jquery\u63d0\u4f9b\u7684ajax post\u8bf7\u6c42\u793a\u4f8b\uff0c\u9690\u85cf\u5bc6\u7801\u4fe1\u606f\uff1a var password = &#8220;123&#8221;; $.ajax({ url: &#8220;http:\/\/localhost:8080\/xxx.action&#8221;, data: { &#8220;password&#8221;: password }, type: &#8220;post&#8221;, success: function(data) { if (data &gt; 0) { alert(msg + &#8220;OK\uff01&#8221;); } else { alert(&#8220;\u64cd\u4f5c\u5931\u8d25&#8221;); } }, error: function() { alert(&#8220;\u8bf7\u6c42\u51fa\u9519&#8221;); } }); \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u5c31\u662f\u7f51\u9875\u5b89\u5168\uff1a\u5982\u4f55\u9690\u85cfURL\u4e2d\u7684\u5bc6\u7801\u4fe1\u606f\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1981","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=1981"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1981\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}