{"id":63,"date":"2021-01-10T13:17:01","date_gmt":"2021-01-10T05:17:01","guid":{"rendered":"https:\/\/fireinsect.top\/?p=63"},"modified":"2021-02-16T22:48:26","modified_gmt":"2021-02-16T14:48:26","slug":"%e6%8b%ac%e5%8f%b7%e5%8c%b9%e9%85%8d","status":"publish","type":"post","link":"https:\/\/fireinsect.top\/index.php\/2021\/01\/10\/%e6%8b%ac%e5%8f%b7%e5%8c%b9%e9%85%8d\/","title":{"rendered":"\u62ec\u53f7\u5339\u914d"},"content":{"rendered":"\n<!--more-->\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"java\" class=\"language-java line-numbers\">public class Demo {\n\n  \/\/ \u5224\u65ad\u62ec\u53f7\u662f\u5426\u5339\u914d\n  public static boolean isBracketMatch(String content) {\n    int dakh=0;\n    int yuan=0;\n    for(int i=0;i&lt;content.length();i++){\n      char a=content.charAt(i);\n      if(a=='('){\n        yuan++;\n      }else if(a=='{'){\n        dakh++;\n      }else if(a==')'){\n        yuan--;\n      }else if(a=='}'){\n        dakh--;\n      }\n      if(dakh&lt;0||yuan&lt;0){\n        System.out.println(\"\u62ec\u53f7\u9519\u8bef\");\n        return false;\n      }\n\n    }\n     if(dakh==0&amp;&amp;yuan==0){\n        return true;\n      }\n    return false;\n  }\n\n\n  public static void main(String[] args) {\n    System.out.println(isBracketMatch(\"public void run(int a){if(a == 1){System.out.println(a)}}\"));\n    System.out.println(isBracketMatch(\"public void run(int a){if(a == 1)System.out.println(a)}}\"));\n  }\n}<\/code><\/pre>\n\n\n\n<p>\u7f16\u7801\u8fc7\u7a0b\u4e2d\uff0c\u7f16\u8bd1\u5668\u90fd\u8981\u5339\u914d\u5de6\u53f3\u62ec\u53f7\u662f\u5426\u5339\u914d<\/p>\n\n\n\n<p>\u8fd9\u4e2a\u65b9\u6cd5\u5c31\u662f\u6a21\u62df\u5339\u914d\u8fc7\u7a0b<\/p>\n\n\n\n<p>\u5206\u6790<\/p>\n\n\n\n<p>\u5b50\u51fd\u6570\u4e2d\u5148\u5b9a\u4e49\u5927\u62ec\u53f7\u548c\u56ed\u62ec\u53f7\u7684\u5bf9\u5e94\u6574\u578b dakh\u548cyuan<\/p>\n\n\n\n<p>\u5982\u679c\u9047\u5230\u5de6\u62ec\u53f7\u5982\u2018{\u2019\u548c\u2018(\u2019\u5219\u5bf9\u5e94\u6574\u578b\u52a01<\/p>\n\n\n\n<p>\u53cd\u4e4b\u9047\u5230\u53f3\u62ec\u53f7\u51cf\u4e00<\/p>\n\n\n\n<p>\u6700\u540e\u5224\u65ad\u503c\u662f\u5426\u4e3a0<\/p>\n\n\n\n<p>\u4e3a0\u5219\u62ec\u53f7\u5339\u914d<\/p>\n\n\n\n<p>\u6ce8<\/p>\n\n\n\n<p>\u5212\u7ebf\u5730\u65b9\u8868\u793a\u6bcf\u6b21\u5faa\u73af\u65f6\u5224\u65ad\u6574\u578b\u662f\u5426\u4e3a\u8d1f\u6570\uff0c\u5982\u679c\u662f\u8d1f\u6570\u5219\u5de6\u53f3\u62ec\u53f7\u4f4d\u7f6e\u98a0\u5012\u4e86\u5982 } { \u3002<\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","footnotes":""},"categories":[1,7],"tags":[],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-wcd","category-7"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/posts\/63"}],"collection":[{"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":9,"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"predecessor-version":[{"id":483,"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/posts\/63\/revisions\/483"}],"wp:attachment":[{"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fireinsect.top\/index.php\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}