{"id":276780,"date":"2023-04-03T11:55:56","date_gmt":"2023-04-03T03:55:56","guid":{"rendered":"https:\/\/www.npc.ink\/?post_type=document&p=276780"},"modified":"2023-04-03T11:55:56","modified_gmt":"2023-04-03T03:55:56","slug":"js%e5%8a%a8%e4%bd%9c","status":"publish","type":"document","link":"https:\/\/www.npc.ink\/document\/276780.html","title":{"rendered":"JS\u52a8\u4f5c"},"content":{"rendered":"\n

before_mounted<\/h2>\n\n\n\n

<\/a>\u57fa\u7840\u4fe1\u606f<\/h1>\n\n\n\n

\u540d\u79f0\uff1a<\/strong>before_mounted
\u7c7b\u578b\uff1a<\/strong>\u52a8\u4f5c\uff08action\uff09
\u4f5c\u7528\uff1a<\/strong>\u5728\u4e3b\u9898\u672c\u8eab\u7684\u6e32\u67d3\u5f00\u59cb\u4e4b\u524d\u8c03\u7528<\/p>\n\n\n\n

\u5728\u4ee5\u4e0b\u60c5\u51b5\u5747\u4f1a\u88ab\u8c03\u7528\uff1a<\/p>\n\n\n\n

    \n
  1. \u9875\u9762\u9996\u6b21\u52a0\u8f7d\u5b8c\u6210\uff0c\u4e3b\u9898\u811a\u672c\u51c6\u5907\u6e32\u67d3\u524d<\/li>\n\n\n\n
  2. \u9875\u9762Ajax\u4e0d\u5237\u65b0\u52a0\u8f7d\u91cd\u65b0\u540e\uff0c\u4e3b\u9898\u811a\u672c\u51c6\u5907\u6e32\u67d3\u524d<\/li>\n<\/ol>\n\n\n\n

    <\/a>\u53c2\u6570<\/h1>\n\n\n\n
    #<\/th>\u7c7b\u578b<\/th>\u5907\u6ce8<\/th><\/tr><\/thead>
    1<\/td>Object<\/td>\u4e3b\u9898\u5b9e\u4f8b\u672c\u8eab\uff08\u5305\u542b\u4e3b\u9898\u6570\u636e\u548c\u65b9\u6cd5\uff09<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

    \u5176\u4ed6\uff1a<\/strong>\u53c2\u6570\u53ef\u4f7f\u7528 console.log(\u53c2\u6570);<\/code> \u67e5\u770b\u5177\u4f53\u5185\u5bb9<\/p>\n\n\n\n

    <\/a>\u4f7f\u7528\u793a\u4f8b<\/h1>\n\n\n\n
    add_action('before_mounted',function(vm){<\/code>    if (vm.$mountTimes == 1) {<\/code>        alert('\u9996\u6b21\u52a0\u8f7d')<\/code>    }<\/code>    if (vm.$mountTimes > 1) {<\/code>        alert('\u9875\u9762Ajax\u4e0d\u5237\u65b0\u52a0\u8f7d')<\/code>    }<\/code>})<\/code><\/pre>\n\n\n\n

    mounted<\/h2>\n\n\n\n

    <\/a>\u57fa\u7840\u4fe1\u606f<\/h1>\n\n\n\n

    \u540d\u79f0\uff1a<\/strong>mounted
    \u7c7b\u578b\uff1a<\/strong>\u52a8\u4f5c\uff08action\uff09
    \u4f5c\u7528\uff1a<\/strong>\u9875\u9762\u6e32\u67d3\u5b8c\u6210\u65f6\u8c03\u7528\u3002<\/p>\n\n\n\n

    \u5728\u4ee5\u4e0b\u60c5\u51b5\u5747\u4f1a\u88ab\u8c03\u7528\uff1a<\/p>\n\n\n\n

      \n
    1. \u9875\u9762\u9996\u6b21\u52a0\u8f7d\u5e76\u6e32\u67d3\u5b8c\u6210\u540e<\/li>\n\n\n\n
    2. \u9875\u9762Ajax\u4e0d\u5237\u65b0\u52a0\u8f7d\u91cd\u65b0\u6e32\u67d3\u540e<\/li>\n<\/ol>\n\n\n\n

      <\/a>\u53c2\u6570<\/h1>\n\n\n\n
      #<\/th>\u7c7b\u578b<\/th>\u5907\u6ce8<\/th><\/tr><\/thead>
      1<\/td>Object<\/td>\u4e3b\u9898\u5b9e\u4f8b\u672c\u8eab\uff08\u5305\u542b\u4e3b\u9898\u6570\u636e\u548c\u65b9\u6cd5\uff09<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

      \u5176\u4ed6\uff1a<\/strong>\u53c2\u6570\u53ef\u4f7f\u7528 console.log(\u53c2\u6570);<\/code> \u67e5\u770b\u5177\u4f53\u5185\u5bb9<\/p>\n\n\n\n

      <\/a>\u4f7f\u7528\u793a\u4f8b<\/h1>\n\n\n\n
      add_action('mounted',function(vm){<\/code>    if (vm.$mountTimes == 1) {<\/code>        alert('\u9996\u6b21\u52a0\u8f7d\u5e76\u6e32\u67d3\u5b8c\u6210')<\/code>    }<\/code>    if (vm.$mountTimes > 1) {<\/code>        alert('\u9875\u9762Ajax\u4e0d\u5237\u65b0\u52a0\u8f7d\u91cd\u65b0\u6e32\u67d3\u5b8c\u6210')<\/code>    }<\/code>})<\/code><\/pre>\n\n\n\n

      root_color_manually_changed<\/h2>\n\n\n\n

      <\/a>\u57fa\u7840\u4fe1\u606f<\/h1>\n\n\n\n

      \u540d\u79f0\uff1a<\/strong>root_color_manually_changed
      \u7c7b\u578b\uff1a<\/strong>\u52a8\u4f5c\uff08action\uff09
      \u4f5c\u7528\uff1a<\/strong>\u4eba\u4e3a\u70b9\u51fb\u9876\u90e8\u9ed1\u6697\u6a21\u5f0f\u5207\u6362\u6309\u94ae<\/p>\n\n\n\n

      <\/a>\u53c2\u6570<\/h1>\n\n\n\n
      #<\/th>\u7c7b\u578b<\/th>\u5907\u6ce8<\/th><\/tr><\/thead>
      1<\/td>String<\/td>\u5207\u6362\u540e\u5f53\u524d\u72b6\u6001\u201ddark\u201d\/\u201clight\u201d<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

      \u5176\u4ed6\uff1a<\/strong>\u53c2\u6570\u53ef\u4f7f\u7528 console.log(\u53c2\u6570);<\/code> \u67e5\u770b\u5177\u4f53\u5185\u5bb9<\/p>\n\n\n\n

      <\/a>\u4f7f\u7528\u793a\u4f8b<\/h1>\n\n\n\n

      \u989c\u8272\u53d8\u5316\u65f6\u53d1\u51fa\u901a\u77e5<\/p>\n\n\n\n

      add_action(\"root_color_manually_changed\",function(state){<\/code>    alert(\"\u4e3b\u9898\u989c\u8272\u5df2\u624b\u52a8\u53d8\u5316\uff0c\u5f53\u524d\u662f\uff1a\"+state);<\/code>});<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

      before_mounted \u57fa\u7840\u4fe1\u606f \u540d\u79f0\uff1abefore_mounted\u7c7b\u578b\uff1a\u52a8\u4f5c\uff08action\uff09\u4f5c\u7528\uff1a\u5728\u4e3b\u9898\u672c\u8eab\u7684\u6e32\u67d3\u5f00\u59cb\u4e4b\u524d\u8c03\u7528 \u5728\u4ee5\u4e0b\u60c5\u51b5\u5747\u4f1a\u88ab\u8c03\u7528\uff1a \u53c2\u6570 # \u7c7b\u578b \u5907\u6ce8 1 Object \u4e3b\u9898\u5b9e\u4f8b\u672c\u8eab\uff08\u5305\u542b\u4e3b\u9898\u6570\u636e\u548c\u65b9\u6cd5\uff09 \u5176\u4ed6\uff1a\u53c2\u6570\u53ef\u4f7f\u7528 console.log(\u53c2\u6570); \u67e5\u770b\u5177\u4f53\u5185\u5bb9 \u4f7f\u7528\u793a\u4f8b add_action('before_mounted',function(vm){ if (vm.$mountTimes == 1) { alert('\u9996\u6b21\u52a0\u8f7d') } if (vm.$m<\/p>\n","protected":false},"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","tags":[],"document_cat":[1068],"class_list":["post-276780","document","type-document","status-publish","hentry","document_cat-rouse-develop-docs"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/document\/276780"}],"collection":[{"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/document"}],"about":[{"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/types\/document"}],"replies":[{"embeddable":true,"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/comments?post=276780"}],"wp:attachment":[{"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/media?parent=276780"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/tags?post=276780"},{"taxonomy":"document_cat","embeddable":true,"href":"https:\/\/www.npc.ink\/wp-json\/wp\/v2\/document_cat?post=276780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}