{"id":474,"date":"2023-02-15T00:07:41","date_gmt":"2023-02-14T16:07:41","guid":{"rendered":"http:\/\/codermr.com\/?p=474"},"modified":"2023-03-25T22:23:35","modified_gmt":"2023-03-25T14:23:35","slug":"android_xml_layout_1","status":"publish","type":"post","link":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/","title":{"rendered":"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8"},"content":{"rendered":"\n<p>\u57fa\u672c\u7ebf\u6027\u5e03\u5c40\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;LinearLayout xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    android:orientation=\"vertical\"&gt;\n \n    &lt;Button\n        android:id=\"@+id\/button_1\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"\u6d3b\u52a82\u6309\u94ae1\" \/&gt;\n \n    &lt;Button\n        android:id=\"@+id\/button_2\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"\u6d3b\u52a82\u6309\u94ae2-\u56de\u5230\u6d3b\u52a81\" \/&gt;\n&lt;\/LinearLayout&gt;<\/code><\/pre>\n\n\n\n<p>constraintlayout\u5e03\u5c40\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;androidx.constraintlayout.widget.ConstraintLayout xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\n    xmlns:app=\"http:\/\/schemas.android.com\/apk\/res-auto\"\n    xmlns:tools=\"http:\/\/schemas.android.com\/tools\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    tools:context=\".MainActivity\"&gt;\n\n    &lt;TextView\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:text=\"Hello World!\"\n        app:layout_constraintBottom_toBottomOf=\"parent\"\n        app:layout_constraintLeft_toLeftOf=\"parent\"\n        app:layout_constraintRight_toRightOf=\"parent\"\n        app:layout_constraintTop_toTopOf=\"parent\" \/&gt;\n\n&lt;\/androidx.constraintlayout.widget.ConstraintLayout&gt;<\/code><\/pre>\n\n\n\n<p>\u4e00\u4e2a\u591a\u5c42\u5d4c\u5957\u5e03\u5c40\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt;\n&lt;FrameLayout xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"&gt;\n\n    &lt;ScrollView\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"wrap_content\"\n        android:padding=\"30dp\"&gt;\n\n        &lt;LinearLayout\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"match_parent\"\n            android:orientation=\"vertical\"&gt;\n\n            &lt;!--TextView\u4e2d\u7684\u6587\u5b57\u9ed8\u8ba4\u662f\u5de6\u5bf9\u9f50\u7684\u3002android:gravity \u6307\u5b9a\u5bf9\u5176\u65b9\u5f0f\u3002--&gt;\n            &lt;TextView\n                android:id=\"@+id\/text_view\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"wrap_content\"\n                android:gravity=\"center\"\n                android:text=\"\u8bf7\u5f00\u59cb\u4f60\u7684\u8868\u6f14\"\n                android:textColor=\"#2828FF\"\n                android:textSize=\"22sp\" \/&gt;\n\n            &lt;!-- textAllCaps=false\u7981\u6b62\u5bf9button\u4e0a\u7684\u6587\u5b57\u8fdb\u884c\u5927\u5199\u8f6c\u6362 --&gt;\n            &lt;Button\n                android:id=\"@+id\/button_1\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"wrap_content\"\n                android:text=\"\u63d0\u4ea4\"\n                android:textAllCaps=\"false\" \/&gt;\n\n            &lt;!-- EditText\u53ef\u4ee5\u8f93\u5165\u6587\u5b57\u3002 maxLines\u6307\u5b9a\u8f93\u5165\u6700\u591a\u51e0\u884c,\u8d85\u8fc7\u8fd9\u4e2a\u503c\u6587\u672c\u5c31\u4f1a\u4e0a\u4e0b\u6eda\u52a8\u3002--&gt;\n            &lt;EditText\n                android:id=\"@+id\/edit_text\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"wrap_content\"\n                android:hint=\"\u8bf7\u8f93\u5165\u624b\u673a\u53f7\"\n                android:maxLines=\"2\" \/&gt;\n\n            &lt;!-- \u8bbe\u7f6e\u4e00\u5f20\u56fe\u7247,\u56e0\u4e3a\u56fe\u7247\u957f\u5bbd\u672a\u77e5\u6240\u4ee5\u8bbe\u7f6e\u5176width\u548cheight\u90fd\u662fwrap_content,\u8fd9\u6837\u4e0d\u7ba1\u56fe\u7247\u5c3a\u5bf8\u591a\u5c11\u90fd\u53ef\u4ee5\u5b8c\u6574\u5c55\u793a\u51fa\u6765 --&gt;\n            &lt;!-- \u56fe\u7247\u540d\u5b57\u597d\u50cf\u662f\u4e0d\u80fd\u7528\u4e2d\u6587,\u4e0d\u80fd\u6709\u5927\u5199\u5b57\u6bcd --&gt;\n            &lt;ImageView\n                android:id=\"@+id\/image_view1\"\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:src=\"@drawable\/girl_1\" \/&gt;\n\n            &lt;ImageView\n                android:id=\"@+id\/image_view2\"\n                android:layout_width=\"wrap_content\"\n                android:layout_height=\"wrap_content\"\n                android:src=\"@drawable\/coffee1\" \/&gt;\n\n            &lt;!-- style\u662f\u6eda\u52a8\u6761\u6837\u5f0f\u3002android:max\u662f\u7ed9\u6eda\u52a8\u6761\u8bbe\u7f6e\u4e00\u4e2a\u6700\u5927\u503c --&gt;\n            &lt;ProgressBar\n                android:id=\"@+id\/progress_bar\"\n                style=\"?android:attr\/progressBarStyleHorizontal\"\n                android:layout_width=\"match_parent\"\n                android:layout_height=\"wrap_content\"\n                android:max=\"100\" \/&gt;\n\n        &lt;\/LinearLayout&gt;\n    &lt;\/ScrollView&gt;\n\n&lt;\/FrameLayout&gt;<\/code><\/pre>\n\n\n\n<p>\u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apply plugin: 'com.android.application'\n\nandroid {\n    compileSdkVersion 24\n    buildToolsVersion \"29.0.2\"\n    defaultConfig {\n        applicationId \"com.example.bins.uiWidgetTest\"\n        minSdkVersion 23\n        targetSdkVersion 24\n        versionCode 1\n        versionName \"1.0\"\n        testInstrumentationRunner \"android.support.test.runner.AndroidJUnitRunner\"\n    }\n    buildTypes {\n        release {\n            minifyEnabled false\n            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'\n        }\n    }\n}\n\ndependencies {\n\n    compile fileTree(dir: 'libs', include: &#91;'*.jar'])\n    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {\n        exclude group: 'com.android.support', module: 'support-annotations'\n    })\n    compile 'com.android.support:appcompat-v7:24.2.1'\n    compile 'com.android.support:percent:24.2.1'\n    compile 'com.android.support:recyclerview-v7:24.2.1'\n    testCompile 'junit:junit:4.12'\n}<\/code><\/pre>\n\n\n\n<p>\u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apply plugin: 'com.android.application'\n\nandroid {\n    compileSdkVersion 24\n    buildToolsVersion \"29.0.2\"\n    defaultConfig {\n        applicationId \"com.example.bins.activitylifecycletest.ActivityLifeCycle\"\n        minSdkVersion 23\n        targetSdkVersion 24\n        versionCode 1\n        versionName \"1.0\"\n        testInstrumentationRunner \"android.support.test.runner.AndroidJUnitRunner\"\n    }\n    buildTypes {\n        release {\n            minifyEnabled false\n            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'\n        }\n    }\n}\n\ndependencies {\n    compile fileTree(dir: 'libs', include: &#91;'*.jar'])\n    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {\n        exclude group: 'com.android.support', module: 'support-annotations'\n    })\n    compile 'com.android.support:appcompat-v7:24.2.1'\n    testCompile 'junit:junit:4.12'\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u57fa\u672c\u7ebf\u6027\u5e03\u5c40\uff1a constraintlayout\u5e03\u5c40\uff1a \u4e00\u4e2a\u591a\u5c42\u5d4c\u5957\u5e03\u5c40\uff1a \u914d\u7f6e\u6587\u4ef6\uff1a \u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n","protected":false},"author":1,"featured_media":745,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8 - \u7801\u5148\u751f\u7684\u535a\u5ba2<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8 - \u7801\u5148\u751f\u7684\u535a\u5ba2\" \/>\n<meta property=\"og:description\" content=\"\u57fa\u672c\u7ebf\u6027\u5e03\u5c40\uff1a constraintlayout\u5e03\u5c40\uff1a \u4e00\u4e2a\u591a\u5c42\u5d4c\u5957\u5e03\u5c40\uff1a \u914d\u7f6e\u6587\u4ef6\uff1a \u914d\u7f6e\u6587\u4ef6\uff1a\" \/>\n<meta property=\"og:url\" content=\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\" \/>\n<meta property=\"og:site_name\" content=\"\u7801\u5148\u751f\u7684\u535a\u5ba2\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-14T16:07:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-25T14:23:35+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/android_layout3-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"795\" \/>\n\t<meta property=\"og:image:height\" content=\"755\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u7801\u5148\u751f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/mrcode2021\" \/>\n<meta name=\"twitter:site\" content=\"@mrcode2021\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u7801\u5148\u751f\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\"},\"author\":{\"name\":\"\u7801\u5148\u751f\",\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\"},\"headline\":\"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8\",\"datePublished\":\"2023-02-14T16:07:41+00:00\",\"dateModified\":\"2023-03-25T14:23:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\"},\"wordCount\":1,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\"},\"articleSection\":[\"Android\u7f16\u7a0b\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\",\"url\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\",\"name\":\"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8 - \u7801\u5148\u751f\u7684\u535a\u5ba2\",\"isPartOf\":{\"@id\":\"http:\/\/codermr.com\/#website\"},\"datePublished\":\"2023-02-14T16:07:41+00:00\",\"dateModified\":\"2023-03-25T14:23:35+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"http:\/\/codermr.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/codermr.com\/#website\",\"url\":\"http:\/\/codermr.com\/\",\"name\":\"\u7801\u5148\u751f\u7684\u535a\u5ba2\",\"description\":\"\u6b22 \u8fce \u4e0b \u8f7d \u6211 \u5f00 \u53d1 \u7684 \u5404 \u7aef \u8f6f \u4ef6 \u548c APP\",\"publisher\":{\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/codermr.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf\",\"name\":\"\u7801\u5148\u751f\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg\",\"contentUrl\":\"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg\",\"width\":400,\"height\":400,\"caption\":\"\u7801\u5148\u751f\"},\"logo\":{\"@id\":\"http:\/\/codermr.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/codermr.com\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/mrcode2021\"],\"url\":\"http:\/\/codermr.com\/index.php\/author\/coderma\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8 - \u7801\u5148\u751f\u7684\u535a\u5ba2","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8 - \u7801\u5148\u751f\u7684\u535a\u5ba2","og_description":"\u57fa\u672c\u7ebf\u6027\u5e03\u5c40\uff1a constraintlayout\u5e03\u5c40\uff1a \u4e00\u4e2a\u591a\u5c42\u5d4c\u5957\u5e03\u5c40\uff1a \u914d\u7f6e\u6587\u4ef6\uff1a \u914d\u7f6e\u6587\u4ef6\uff1a","og_url":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/","og_site_name":"\u7801\u5148\u751f\u7684\u535a\u5ba2","article_published_time":"2023-02-14T16:07:41+00:00","article_modified_time":"2023-03-25T14:23:35+00:00","og_image":[{"width":795,"height":755,"url":"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/android_layout3-1.jpg","type":"image\/jpeg"}],"author":"\u7801\u5148\u751f","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/mrcode2021","twitter_site":"@mrcode2021","twitter_misc":{"\u4f5c\u8005":"\u7801\u5148\u751f","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#article","isPartOf":{"@id":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/"},"author":{"name":"\u7801\u5148\u751f","@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf"},"headline":"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8","datePublished":"2023-02-14T16:07:41+00:00","dateModified":"2023-03-25T14:23:35+00:00","mainEntityOfPage":{"@id":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/"},"wordCount":1,"commentCount":0,"publisher":{"@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf"},"articleSection":["Android\u7f16\u7a0b"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/","url":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/","name":"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8 - \u7801\u5148\u751f\u7684\u535a\u5ba2","isPartOf":{"@id":"http:\/\/codermr.com\/#website"},"datePublished":"2023-02-14T16:07:41+00:00","dateModified":"2023-03-25T14:23:35+00:00","breadcrumb":{"@id":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/codermr.com\/index.php\/2023\/02\/15\/android_xml_layout_1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"http:\/\/codermr.com\/"},{"@type":"ListItem","position":2,"name":"\u5b89\u5353\u5e38\u7528\u5e03\u5c40\u6587\u4ef6\u5c0f\u7ed3\/\u5907\u5fd8"}]},{"@type":"WebSite","@id":"http:\/\/codermr.com\/#website","url":"http:\/\/codermr.com\/","name":"\u7801\u5148\u751f\u7684\u535a\u5ba2","description":"\u6b22 \u8fce \u4e0b \u8f7d \u6211 \u5f00 \u53d1 \u7684 \u5404 \u7aef \u8f6f \u4ef6 \u548c APP","publisher":{"@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/codermr.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"http:\/\/codermr.com\/#\/schema\/person\/39016e15c79e4f02d1ed3a64688619bf","name":"\u7801\u5148\u751f","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"http:\/\/codermr.com\/#\/schema\/person\/image\/","url":"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg","contentUrl":"http:\/\/codermr.com\/wp-content\/uploads\/2023\/02\/wukong.jpg","width":400,"height":400,"caption":"\u7801\u5148\u751f"},"logo":{"@id":"http:\/\/codermr.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/codermr.com","https:\/\/twitter.com\/https:\/\/twitter.com\/mrcode2021"],"url":"http:\/\/codermr.com\/index.php\/author\/coderma\/"}]}},"_links":{"self":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts\/474"}],"collection":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/comments?post=474"}],"version-history":[{"count":8,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts\/474\/revisions"}],"predecessor-version":[{"id":826,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/posts\/474\/revisions\/826"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/media\/745"}],"wp:attachment":[{"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/media?parent=474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/categories?post=474"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/codermr.com\/index.php\/wp-json\/wp\/v2\/tags?post=474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}