{"id":22315,"date":"2024-11-21T13:16:59","date_gmt":"2024-11-21T05:16:59","guid":{"rendered":"https:\/\/fwq.ai\/blog\/22315\/"},"modified":"2024-11-21T13:16:59","modified_gmt":"2024-11-21T05:16:59","slug":"thinkphp%e6%80%8e%e4%b9%88%e9%94%81%e5%ae%9a%e8%a7%a6%e6%91%b8","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/22315\/","title":{"rendered":"thinkphp\u600e\u4e48\u9501\u5b9a\u89e6\u6478"},"content":{"rendered":"<p>\u968f\u7740\u79fb\u52a8\u4e92\u8054\u7f51\u7684\u53d1\u5c55\uff0c\u8d8a\u6765\u8d8a\u591a\u7684\u7f51\u7ad9\u9700\u8981\u9002\u914d\u624b\u673a\u7aef\uff0c\u5b9e\u73b0\u54cd\u5e94\u5f0f\u5e03\u5c40\u3002\u5728\u8fd9\u4e2a\u8fc7\u7a0b\u4e2d\uff0c\u89e6\u6478\u4e8b\u4ef6\u7684\u5904\u7406\u6210\u4e3a\u4e86\u4e00\u4e2a\u5fc5\u4e0d\u53ef\u5c11\u7684\u73af\u8282\u3002\u800c\u5728thinkphp\u5f00\u53d1\u4e2d\uff0c\u5982\u4f55\u9501\u5b9a\u89e6\u6478\u5219\u662f\u5927\u5bb6\u6bd4\u8f83\u5173\u6ce8\u7684\u95ee\u9898\u3002<\/p>\n<p>\u4e00\u3001\u4ec0\u4e48\u662f\u89e6\u6478\u4e8b\u4ef6\uff1f<\/p>\n<p>\u89e6\u6478\u4e8b\u4ef6\u662f\u6307\u7528\u6237\u901a\u8fc7\u89e6\u6478\u624b\u673a\u5c4f\u5e55\u8fdb\u884c\u64cd\u4f5c\u7684\u884c\u4e3a\u3002\u4f8b\u5982\u8f7b\u89e6\u3001\u6ed1\u52a8\u3001\u957f\u6309\u7b49\u64cd\u4f5c\u3002<\/p>\n<p>\u5728WEB\u5f00\u53d1\u4e2d\uff0c\u89e6\u6478\u4e8b\u4ef6\u4e5f\u9700\u8981\u88ab\u5904\u7406\uff0c\u4ee5\u5b9e\u73b0\u4e0e\u7528\u6237\u7684\u4ea4\u4e92\u3002\u6bd4\u5982\u7528\u6237\u8f7b\u89e6\u4e00\u4e2a\u6309\u94ae\uff0c\u4f1a\u89e6\u53d1\u76f8\u5e94\u7684\u64cd\u4f5c\u3002<\/p>\n<p>\u4e8c\u3001ThinkPHP\u5982\u4f55\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\uff1f<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u5728ThinkPHP\u4e2d\uff0c\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u7684\u65b9\u5f0f\u4e0e\u5904\u7406\u5176\u4ed6\u4e8b\u4ef6\u7684\u65b9\u5f0f\u76f8\u4f3c\u3002\u901a\u8fc7\u5728\u89c6\u56fe\u4e0a\u4f7f\u7528JavaScript\u6765\u6355\u6349\u89e6\u6478\u4e8b\u4ef6\uff0c\u7136\u540e\u5411\u670d\u52a1\u5668\u53d1\u9001\u8bf7\u6c42\u8fdb\u884c\u5904\u7406\u3002<\/p>\n<p>\u4e0b\u9762\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u4f8b\u5b50\uff0c\u901a\u8fc7\u4f7f\u7528jQuery\u6765\u6355\u6349\u89e6\u6478\u4e8b\u4ef6\uff1a<\/p>\n<pre>&lt;script type=\"text\/javascript\"&gt;\n\n$('#button').on('touchstart', function(e){\n\n    e.preventDefault();\/\/\u963b\u6b62\u9ed8\u8ba4\u884c\u4e3a\n\n    var id = $(this).attr('data-id');\/\/\u83b7\u53d6\u6309\u94aeID\n\n    $.ajax({\n\n        url:'\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u7684\u5730\u5740',\/\/\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u7684\u5730\u5740\n\n        type:'POST',\n\n        data:{'id':id},\/\/\u4f20\u9012\u53c2\u6570\n\n        success:function(data){\n\n            \/\/\u5904\u7406\u8fd4\u56de\u7ed3\u679c\n\n        }\n\n    });\n\n});\n\n&lt;\/script&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u4ee3\u7801\u4e2d\uff0c\u4f7f\u7528\u4e86jQuery\u7684touchstart\u4e8b\u4ef6\u6355\u6349\u4e86\u6309\u94ae\u7684\u8f7b\u89e6\u4e8b\u4ef6\uff0c\u5e76\u901a\u8fc7Ajax\u5411\u670d\u52a1\u5668\u53d1\u9001\u4e86\u8bf7\u6c42\u3002\u5728\u670d\u52a1\u5668\u7aef\uff0c\u6211\u4eec\u9700\u8981\u7f16\u5199\u76f8\u5e94\u7684\u5904\u7406\u4ee3\u7801\u6765\u54cd\u5e94\u8fd9\u4e2a\u8bf7\u6c42\u3002<\/p>\n<p>\u4e09\u3001\u5982\u4f55\u9501\u5b9a\u89e6\u6478\uff1f<\/p>\n<p>\u7531\u4e8e\u89e6\u6478\u4e8b\u4ef6\u662f\u7528\u6237\u4e3b\u52a8\u884c\u4e3a\u7684\u53cd\u9988\uff0c\u5982\u679c\u7528\u6237\u9891\u7e41\u5730\u8fdb\u884c\u64cd\u4f5c\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u7cfb\u7edf\u54cd\u5e94\u7f13\u6162\u6216\u5d29\u6e83\u3002\u56e0\u6b64\uff0c\u6709\u65f6\u5019\u9700\u8981\u9501\u5b9a\u67d0\u4e2a\u533a\u57df\u7684\u89e6\u6478\uff0c\u9650\u5236\u7528\u6237\u7684\u64cd\u4f5c\u8303\u56f4\u3002<\/p>\n<p>\u5728ThinkPHP\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7CSS\u6837\u5f0f\u6765\u9501\u5b9a\u89e6\u6478\u4e8b\u4ef6\u3002\u901a\u8fc7\u5bf9\u67d0\u4e2a\u5143\u7d20\u6dfb\u52a0\u6837\u5f0fpointer-events:none\uff0c\u5c31\u53ef\u4ee5\u7981\u6b62\u8be5\u5143\u7d20\u63a5\u6536\u89e6\u6478\u4e8b\u4ef6\u3002\u4f8b\u5982\u4ee5\u4e0b\u4ee3\u7801\uff1a<\/p>\n<pre>&lt;div class=\"box\" style=\"pointer-events:none;\"&gt;\u8be5\u533a\u57df\u88ab\u9501\u5b9a\uff0c\u4e0d\u80fd\u89e6\u6478&lt;\/div&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u4ee3\u7801\u4e2d\uff0cbox\u7c7b\u7684div\u5143\u7d20\u6dfb\u52a0\u4e86\u6837\u5f0fpointer-events:none\uff0c\u8be5\u5143\u7d20\u65e0\u6cd5\u54cd\u5e94\u89e6\u6478\u4e8b\u4ef6\u3002<\/p>\n<p>\u56db\u3001\u603b\u7ed3<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5173\u4e8e\u5982\u4f55\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u4ee5\u53ca\u5982\u4f55\u9501\u5b9a\u89e6\u6478\u7684\u4ecb\u7ecd\u3002\u5728\u7f51\u7ad9\u5f00\u53d1\u4e2d\uff0c\u89e6\u6478\u4e8b\u4ef6\u7684\u5904\u7406\u662f\u4e0d\u53ef\u907f\u514d\u7684\uff0c\u9700\u8981\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5bf9\u5e94\u7684\u6280\u672f\u65b9\u6848\u3002\u540c\u65f6\uff0c\u4e3a\u4e86\u63d0\u9ad8\u7528\u6237\u4f53\u9a8c\u548c\u4fdd\u8bc1\u7cfb\u7edf\u7a33\u5b9a\uff0c\u9002\u5f53\u7684\u9501\u5b9a\u89e6\u6478\u64cd\u4f5c\u4e5f\u662f\u5f88\u6709\u5fc5\u8981\u7684\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fthinkphp\u600e\u4e48\u9501\u5b9a\u89e6\u6478\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>\u968f\u7740\u79fb\u52a8\u4e92\u8054\u7f51\u7684\u53d1\u5c55\uff0c\u8d8a\u6765\u8d8a\u591a\u7684\u7f51\u7ad9\u9700\u8981\u9002\u914d\u624b\u673a\u7aef\uff0c\u5b9e\u73b0\u54cd\u5e94\u5f0f\u5e03\u5c40\u3002\u5728\u8fd9\u4e2a\u8fc7\u7a0b\u4e2d\uff0c\u89e6\u6478\u4e8b\u4ef6\u7684\u5904\u7406\u6210\u4e3a\u4e86\u4e00\u4e2a\u5fc5\u4e0d\u53ef\u5c11\u7684\u73af\u8282\u3002\u800c\u5728thinkphp\u5f00\u53d1\u4e2d\uff0c\u5982\u4f55\u9501\u5b9a\u89e6\u6478\u5219\u662f\u5927\u5bb6\u6bd4\u8f83\u5173\u6ce8\u7684\u95ee\u9898\u3002 \u4e00\u3001\u4ec0\u4e48\u662f\u89e6\u6478\u4e8b\u4ef6\uff1f \u89e6\u6478\u4e8b\u4ef6\u662f\u6307\u7528\u6237\u901a\u8fc7\u89e6\u6478\u624b\u673a\u5c4f\u5e55\u8fdb\u884c\u64cd\u4f5c\u7684\u884c\u4e3a\u3002\u4f8b\u5982\u8f7b\u89e6\u3001\u6ed1\u52a8\u3001\u957f\u6309\u7b49\u64cd\u4f5c\u3002 \u5728WEB\u5f00\u53d1\u4e2d\uff0c\u89e6\u6478\u4e8b\u4ef6\u4e5f\u9700\u8981\u88ab\u5904\u7406\uff0c\u4ee5\u5b9e\u73b0\u4e0e\u7528\u6237\u7684\u4ea4\u4e92\u3002\u6bd4\u5982\u7528\u6237\u8f7b\u89e6\u4e00\u4e2a\u6309\u94ae\uff0c\u4f1a\u89e6\u53d1\u76f8\u5e94\u7684\u64cd\u4f5c\u3002 \u4e8c\u3001ThinkPHP\u5982\u4f55\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\uff1f \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u5728ThinkPHP\u4e2d\uff0c\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u7684\u65b9\u5f0f\u4e0e\u5904\u7406\u5176\u4ed6\u4e8b\u4ef6\u7684\u65b9\u5f0f\u76f8\u4f3c\u3002\u901a\u8fc7\u5728\u89c6\u56fe\u4e0a\u4f7f\u7528JavaScript\u6765\u6355\u6349\u89e6\u6478\u4e8b\u4ef6\uff0c\u7136\u540e\u5411\u670d\u52a1\u5668\u53d1\u9001\u8bf7\u6c42\u8fdb\u884c\u5904\u7406\u3002 \u4e0b\u9762\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u4f8b\u5b50\uff0c\u901a\u8fc7\u4f7f\u7528jQuery\u6765\u6355\u6349\u89e6\u6478\u4e8b\u4ef6\uff1a &lt;script type=&#8221;text\/javascript&#8221;&gt; $(&#8216;#button&#8217;).on(&#8216;touchstart&#8217;, function(e){ e.preventDefault();\/\/\u963b\u6b62\u9ed8\u8ba4\u884c\u4e3a var id = $(this).attr(&#8216;data-id&#8217;);\/\/\u83b7\u53d6\u6309\u94aeID $.ajax({ url:&#8217;\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u7684\u5730\u5740&#8217;,\/\/\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u7684\u5730\u5740 type:&#8217;POST&#8217;, data:{&#8216;id&#8217;:id},\/\/\u4f20\u9012\u53c2\u6570 success:function(data){ \/\/\u5904\u7406\u8fd4\u56de\u7ed3\u679c } }); }); &lt;\/script&gt; \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u4ee3\u7801\u4e2d\uff0c\u4f7f\u7528\u4e86jQuery\u7684touchstart\u4e8b\u4ef6\u6355\u6349\u4e86\u6309\u94ae\u7684\u8f7b\u89e6\u4e8b\u4ef6\uff0c\u5e76\u901a\u8fc7Ajax\u5411\u670d\u52a1\u5668\u53d1\u9001\u4e86\u8bf7\u6c42\u3002\u5728\u670d\u52a1\u5668\u7aef\uff0c\u6211\u4eec\u9700\u8981\u7f16\u5199\u76f8\u5e94\u7684\u5904\u7406\u4ee3\u7801\u6765\u54cd\u5e94\u8fd9\u4e2a\u8bf7\u6c42\u3002 \u4e09\u3001\u5982\u4f55\u9501\u5b9a\u89e6\u6478\uff1f \u7531\u4e8e\u89e6\u6478\u4e8b\u4ef6\u662f\u7528\u6237\u4e3b\u52a8\u884c\u4e3a\u7684\u53cd\u9988\uff0c\u5982\u679c\u7528\u6237\u9891\u7e41\u5730\u8fdb\u884c\u64cd\u4f5c\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u7cfb\u7edf\u54cd\u5e94\u7f13\u6162\u6216\u5d29\u6e83\u3002\u56e0\u6b64\uff0c\u6709\u65f6\u5019\u9700\u8981\u9501\u5b9a\u67d0\u4e2a\u533a\u57df\u7684\u89e6\u6478\uff0c\u9650\u5236\u7528\u6237\u7684\u64cd\u4f5c\u8303\u56f4\u3002 \u5728ThinkPHP\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7CSS\u6837\u5f0f\u6765\u9501\u5b9a\u89e6\u6478\u4e8b\u4ef6\u3002\u901a\u8fc7\u5bf9\u67d0\u4e2a\u5143\u7d20\u6dfb\u52a0\u6837\u5f0fpointer-events:none\uff0c\u5c31\u53ef\u4ee5\u7981\u6b62\u8be5\u5143\u7d20\u63a5\u6536\u89e6\u6478\u4e8b\u4ef6\u3002\u4f8b\u5982\u4ee5\u4e0b\u4ee3\u7801\uff1a &lt;div class=&#8221;box&#8221; style=&#8221;pointer-events:none;&#8221;&gt;\u8be5\u533a\u57df\u88ab\u9501\u5b9a\uff0c\u4e0d\u80fd\u89e6\u6478&lt;\/div&gt; \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u4ee3\u7801\u4e2d\uff0cbox\u7c7b\u7684div\u5143\u7d20\u6dfb\u52a0\u4e86\u6837\u5f0fpointer-events:none\uff0c\u8be5\u5143\u7d20\u65e0\u6cd5\u54cd\u5e94\u89e6\u6478\u4e8b\u4ef6\u3002 \u56db\u3001\u603b\u7ed3 \u4ee5\u4e0a\u5c31\u662f\u5173\u4e8e\u5982\u4f55\u5904\u7406\u89e6\u6478\u4e8b\u4ef6\u4ee5\u53ca\u5982\u4f55\u9501\u5b9a\u89e6\u6478\u7684\u4ecb\u7ecd\u3002\u5728\u7f51\u7ad9\u5f00\u53d1\u4e2d\uff0c\u89e6\u6478\u4e8b\u4ef6\u7684\u5904\u7406\u662f\u4e0d\u53ef\u907f\u514d\u7684\uff0c\u9700\u8981\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5bf9\u5e94\u7684\u6280\u672f\u65b9\u6848\u3002\u540c\u65f6\uff0c\u4e3a\u4e86\u63d0\u9ad8\u7528\u6237\u4f53\u9a8c\u548c\u4fdd\u8bc1\u7cfb\u7edf\u7a33\u5b9a\uff0c\u9002\u5f53\u7684\u9501\u5b9a\u89e6\u6478\u64cd\u4f5c\u4e5f\u662f\u5f88\u6709\u5fc5\u8981\u7684\u3002 \u4ee5\u4e0a\u5c31\u662fthinkphp\u600e\u4e48\u9501\u5b9a\u89e6\u6478\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-22315","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/22315","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=22315"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/22315\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=22315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=22315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=22315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}