{"id":32353,"date":"2024-11-25T12:58:47","date_gmt":"2024-11-25T04:58:47","guid":{"rendered":"https:\/\/fwq.ai\/blog\/32353\/"},"modified":"2024-11-25T12:58:47","modified_gmt":"2024-11-25T04:58:47","slug":"%e5%bf%ab%e9%80%9f%e6%8a%80%e5%b7%a7%ef%bc%9a%e8%a7%a3%e6%9e%90jquery-%e6%96%87%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/32353\/","title":{"rendered":"\u5feb\u901f\u6280\u5de7\uff1a\u89e3\u6790jQuery &#8211; \u6587\u672c"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/887\/227\/169331479622822.jpg\" class=\"aligncenter\" title=\"\u5feb\u901f\u6280\u5de7\uff1a\u89e3\u6790jQuery &#8211; \u6587\u672c\u63d2\u56fe\" alt=\"\u5feb\u901f\u6280\u5de7\uff1a\u89e3\u6790jQuery &#8211; \u6587\u672c\u63d2\u56fe\" \/><\/p>\n<p> \u5728\u6700\u65b0\u4e00\u96c6\u4e2d\u7684\u201c\u5256\u6790 jQuery\u201d\u4e2d\uff0c\u6211\u4eec\u5c06\u8ba8\u8bba text() \u65b9\u6cd5\uff0c\u4ee5\u53ca jQuery 1.4 \u4e2d\u60a8\u53ef\u80fd\u8fd8\u4e0d\u77e5\u9053\u7684\u4e00\u9879\u65b0\u529f\u80fd\u3002<\/p>\n<\/p>\n<p>     \u9ad8\u7ea7\u4f1a\u5458\uff1a\u4e0b\u8f7d\u6b64\u89c6\u9891\uff08\u5fc5\u987b\u767b\u5f55\uff09 <\/p>\n<p><span>\u8ba2\u9605\u6211\u4eec\u7684 YouTube \u9875\u9762\u4ee5\u89c2\u770b\u6240\u6709\u89c6\u9891\u6559\u7a0b\uff01<\/span> <\/p>\n<h2>text \u65b9\u6cd5\u7684 jQuery \u6e90\u4ee3\u7801<\/h2>\n<pre>\ntext: function( text ) {\n\t\tif ( jQuery.isFunction(text) ) {\n\t\t\treturn this.each(function(i) {\n\t\t\t\tvar self = jQuery(this);\n\t\t\t\tself.text( text.call(this, i, self.text()) );\n\t\t\t});\n\t\t}\n\n\t\tif ( typeof text !== \"object\" &amp;amp;&amp;amp; text !== undefined ) {\n\t\t\treturn this.empty().append( (this[0] &amp;amp;&amp;amp; this[0].ownerDocument || document).createTextNode( text ) );\n\t\t}\n\n\t\treturn jQuery.text( this );\n\t}\n<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<hr>\n<p>\u8bf7\u8bb0\u4f4f\uff0c\u53ea\u6709 1.4 \u6216\u66f4\u9ad8\u7248\u672c\u7684\u7528\u6237\u624d\u80fd\u5c06\u51fd\u6570\u4f20\u9012\u7ed9 text() \u65b9\u6cd5\u3002\u4f46\u8fd9\u6ca1\u95ee\u9898\uff1b\u5982\u679c\u60a8\u4ecd\u5728\u4f7f\u7528 1.3\uff0c\u60a8\u771f\u7684\u5e94\u8be5\u505c\u6b62\u4f7f\u7528\uff01 \ud83d\ude42 <\/p>\n<hr>\n<h2> \u201c\u5256\u6790 jQuery\u201d\u7cfb\u5217\u4e2d\u7684\u5176\u4ed6\u7ae0\u8282 <\/h2>\n<ol>\n<li> \u8fc7\u6ee4\u5668<\/li>\n<li> \u683c\u5217\u666e <\/li>\n<\/ol>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5feb\u901f\u6280\u5de7\uff1a\u89e3\u6790jQuery &#8211; \u6587\u672c\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>\u5728\u6700\u65b0\u4e00\u96c6\u4e2d\u7684\u201c\u5256\u6790 jQuery\u201d\u4e2d\uff0c\u6211\u4eec\u5c06\u8ba8\u8bba text() \u65b9\u6cd5\uff0c\u4ee5\u53ca jQuery 1.4 \u4e2d\u60a8\u53ef\u80fd\u8fd8\u4e0d\u77e5\u9053\u7684\u4e00\u9879\u65b0\u529f\u80fd\u3002 \u9ad8\u7ea7\u4f1a\u5458\uff1a\u4e0b\u8f7d\u6b64\u89c6\u9891\uff08\u5fc5\u987b\u767b\u5f55\uff09 \u8ba2\u9605\u6211\u4eec\u7684 YouTube \u9875\u9762\u4ee5\u89c2\u770b\u6240\u6709\u89c6\u9891\u6559\u7a0b\uff01 text \u65b9\u6cd5\u7684 jQuery \u6e90\u4ee3\u7801 text: function( text ) { if ( jQuery.isFunction(text) ) { return this.each(function(i) { var self = jQuery(this); self.text( text.call(this, i, self.text()) ); }); } if ( typeof text !== &#8220;object&#8221; &amp;amp;&amp;amp; text !== undefined ) { return this.empty().append( (this[0] &amp;amp;&amp;amp; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-32353","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32353","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=32353"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32353\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=32353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=32353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=32353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}