{"id":2262,"date":"2025-03-02T18:46:35","date_gmt":"2025-03-02T10:46:35","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=2262"},"modified":"2025-03-02T18:46:35","modified_gmt":"2025-03-02T10:46:35","slug":"java-object-%e7%b1%bb","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/03\/02\/java-object-%e7%b1%bb\/","title":{"rendered":"Java Object \u7c7b"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><code>Object<\/code> \u7c7b\u662f Java \u4e2d\u6240\u6709\u7c7b\u7684\u6839\u7c7b\uff0c\u5b83\u4f4d\u4e8e <code>java.lang<\/code> \u5305\u4e2d\uff0c\u5e76\u4e14\u6240\u6709\u7684\u7c7b\u90fd\u76f4\u63a5\u6216\u95f4\u63a5\u5730\u7ee7\u627f\u81ea <code>Object<\/code> \u7c7b\u3002<code>Object<\/code> \u7c7b\u4e3a\u6240\u6709 Java \u7c7b\u63d0\u4f9b\u4e86\u4e00\u4e9b\u5e38\u7528\u7684\u65b9\u6cd5\uff0c\u8fd9\u4e9b\u65b9\u6cd5\u5bf9\u4e8e Java \u7f16\u7a0b\u7684\u57fa\u7840\u64cd\u4f5c\u975e\u5e38\u91cd\u8981\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong><code>Object<\/code> \u7c7b\u7684\u5e38\u7528\u65b9\u6cd5<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u4ee5\u4e0b\u662f <code>Object<\/code> \u7c7b\u63d0\u4f9b\u7684\u5e38\u7528\u65b9\u6cd5\uff0c\u8fd9\u4e9b\u65b9\u6cd5\u53ef\u4ee5\u88ab\u4efb\u4f55\u7c7b\u7ee7\u627f\u548c\u4f7f\u7528\uff1a<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1.1 <strong><code>toString()<\/code><\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u529f\u80fd<\/strong>\uff1a\u8fd4\u56de\u5bf9\u8c61\u7684\u5b57\u7b26\u4e32\u8868\u793a\uff0c\u9ed8\u8ba4\u5b9e\u73b0\u8fd4\u56de\u7684\u662f\u5bf9\u8c61\u7684\u7c7b\u540d\u548c\u54c8\u5e0c\u7801\u3002\u5982\u679c\u6ca1\u6709\u91cd\u5199\u8be5\u65b9\u6cd5\uff0c<code>toString()<\/code> \u65b9\u6cd5\u8fd4\u56de\u7c7b\u4f3c\u4e8e <code>ClassName@hashCode<\/code> \u7684\u5b57\u7b26\u4e32\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u89c1\u7528\u9014<\/strong>\uff1a\u901a\u5e38\uff0c<code>toString()<\/code> \u65b9\u6cd5\u4f1a\u88ab\u91cd\u5199\u4ee5\u63d0\u4f9b\u5bf9\u8c61\u7684\u6709\u610f\u4e49\u7684\u5b57\u7b26\u4e32\u8868\u793a\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>public class Person {\n    private String name;\n    private int age;\n\n    public Person(String name, int age) {\n        this.name = name;\n        this.age = age;\n    }\n\n    @Override\n    public String toString() {\n        return \"Person{name='\" + name + \"', age=\" + age + \"}\";\n    }\n}\n\nPerson person = new Person(\"Alice\", 25);\nSystem.out.println(person.toString());  \/\/ \u8f93\u51fa\uff1aPerson{name='Alice', age=25}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">1.2 <strong><code>equals(Object obj)<\/code><\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u529f\u80fd<\/strong>\uff1a\u7528\u4e8e\u6bd4\u8f83\u4e24\u4e2a\u5bf9\u8c61\u662f\u5426\u76f8\u7b49\uff0c\u9ed8\u8ba4\u5b9e\u73b0\u662f\u6bd4\u8f83\u5bf9\u8c61\u7684\u5185\u5b58\u5730\u5740\uff08\u5373\u5f15\u7528\u662f\u5426\u76f8\u540c\uff09\u3002\u901a\u5e38\u4f1a\u91cd\u5199\u6b64\u65b9\u6cd5\u4ee5\u6839\u636e\u5bf9\u8c61\u7684\u5c5e\u6027\u6765\u5224\u65ad\u5bf9\u8c61\u662f\u5426\u76f8\u7b49\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u89c1\u7528\u9014<\/strong>\uff1a\u5728\u81ea\u5b9a\u4e49\u7c7b\u4e2d\u91cd\u5199 <code>equals()<\/code> \u65b9\u6cd5\uff0c\u4ee5\u4fbf\u57fa\u4e8e\u7c7b\u7684\u4e1a\u52a1\u5c5e\u6027\u8fdb\u884c\u6bd4\u8f83\uff08\u5982\u5224\u65ad\u4e24\u4e2a\u5bf9\u8c61\u662f\u5426\u5177\u6709\u76f8\u540c\u7684\u6570\u636e\uff09\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>public class Person {\n    private String name;\n    private int age;\n\n    public Person(String name, int age) {\n        this.name = name;\n        this.age = age;\n    }\n\n    @Override\n    public boolean equals(Object obj) {\n        if (this == obj) return true;  \/\/ \u68c0\u67e5\u5f15\u7528\u662f\u5426\u76f8\u540c\n        if (obj == null || getClass() != obj.getClass()) return false;\n        Person person = (Person) obj;\n        return age == person.age &amp;&amp; name.equals(person.name);\n    }\n\n    @Override\n    public int hashCode() {\n        return Objects.hash(name, age);  \/\/ \u5982\u679c\u91cd\u5199 equals\uff0c\u901a\u5e38\u4e5f\u8981\u91cd\u5199 hashCode\n    }\n}\n\nPerson person1 = new Person(\"Alice\", 25);\nPerson person2 = new Person(\"Alice\", 25);\nSystem.out.println(person1.equals(person2));  \/\/ \u8f93\u51fa\uff1atrue<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">1.3 <strong><code>hashCode()<\/code><\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u529f\u80fd<\/strong>\uff1a\u8fd4\u56de\u5bf9\u8c61\u7684\u54c8\u5e0c\u7801\uff0c\u54c8\u5e0c\u7801\u662f\u7528\u4e8e\u54c8\u5e0c\u5b58\u50a8\uff08\u5982 <code>HashMap<\/code>\uff09\u7684\u57fa\u7840\u3002<code>hashCode()<\/code> \u548c <code>equals()<\/code> \u5e94\u8be5\u4fdd\u6301\u4e00\u81f4\uff0c\u5373\u5982\u679c\u4e24\u4e2a\u5bf9\u8c61\u901a\u8fc7 <code>equals()<\/code> \u6bd4\u8f83\u76f8\u7b49\uff0c\u5b83\u4eec\u7684 <code>hashCode()<\/code> \u5fc5\u987b\u76f8\u7b49\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u89c1\u7528\u9014<\/strong>\uff1a\u5728\u5b58\u50a8\u5bf9\u8c61\u65f6\uff0c\u6bd4\u5982\u4f7f\u7528\u54c8\u5e0c\u8868\u5b58\u50a8\u5bf9\u8c61\uff0c<code>hashCode()<\/code> \u51b3\u5b9a\u4e86\u5bf9\u8c61\u5b58\u50a8\u7684\u4f4d\u7f6e\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>public class Person {\n    private String name;\n    private int age;\n\n    public Person(String name, int age) {\n        this.name = name;\n        this.age = age;\n    }\n\n    @Override\n    public int hashCode() {\n        return Objects.hash(name, age);\n    }\n}\n\nPerson person1 = new Person(\"Alice\", 25);\nSystem.out.println(person1.hashCode());  \/\/ \u8f93\u51fa\u8be5\u5bf9\u8c61\u7684\u54c8\u5e0c\u7801<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">1.4 <strong><code>clone()<\/code><\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u529f\u80fd<\/strong>\uff1a\u521b\u5efa\u5e76\u8fd4\u56de\u5f53\u524d\u5bf9\u8c61\u7684\u526f\u672c\uff08\u6d45\u62f7\u8d1d\uff09\u3002\u8981\u4f7f\u5bf9\u8c61\u53ef\u514b\u9686\uff0c\u5fc5\u987b\u5b9e\u73b0 <code>Cloneable<\/code> \u63a5\u53e3\uff0c\u5426\u5219\u8c03\u7528 <code>clone()<\/code> \u65b9\u6cd5\u4f1a\u629b\u51fa <code>CloneNotSupportedException<\/code>\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u89c1\u7528\u9014<\/strong>\uff1a\u5f53\u9700\u8981\u521b\u5efa\u5bf9\u8c61\u7684\u526f\u672c\u65f6\u4f7f\u7528\uff0c\u901a\u5e38\u5728\u81ea\u5b9a\u4e49\u7c7b\u4e2d\u91cd\u5199 <code>clone()<\/code> \u65b9\u6cd5\u4ee5\u5b9e\u73b0\u6df1\u62f7\u8d1d\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>public class Person implements Cloneable {\n    private String name;\n    private int age;\n\n    public Person(String name, int age) {\n        this.name = name;\n        this.age = age;\n    }\n\n    @Override\n    public Object clone() throws CloneNotSupportedException {\n        return super.clone();\n    }\n}\n\nPerson person1 = new Person(\"Alice\", 25);\ntry {\n    Person person2 = (Person) person1.clone();  \/\/ \u514b\u9686\u5bf9\u8c61\n    System.out.println(person2);  \/\/ \u8f93\u51fa\uff1aPerson{name='Alice', age=25}\n} catch (CloneNotSupportedException e) {\n    e.printStackTrace();\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">1.5 <strong><code>getClass()<\/code><\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u529f\u80fd<\/strong>\uff1a\u8fd4\u56de\u5f53\u524d\u5bf9\u8c61\u7684 <code>Class<\/code> \u5bf9\u8c61\uff0c<code>Class<\/code> \u7c7b\u662f Java \u4e2d\u7684\u53cd\u5c04\u7c7b\uff0c\u53ef\u4ee5\u901a\u8fc7\u5b83\u83b7\u53d6\u7c7b\u7684\u5143\u6570\u636e\uff08\u5982\u7c7b\u540d\u3001\u65b9\u6cd5\u3001\u6784\u9020\u51fd\u6570\u7b49\uff09\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u89c1\u7528\u9014<\/strong>\uff1a\u53cd\u5c04\u64cd\u4f5c\u4e2d\uff0c\u901a\u5e38\u4f7f\u7528 <code>getClass()<\/code> \u6765\u83b7\u53d6\u7c7b\u7684 <code>Class<\/code> \u5bf9\u8c61\uff0c\u5e76\u53ef\u4ee5\u901a\u8fc7\u53cd\u5c04 API \u8fdb\u4e00\u6b65\u64cd\u4f5c\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Person person = new Person(\"Alice\", 25);\nSystem.out.println(person.getClass().getName());  \/\/ \u8f93\u51fa\uff1aPerson<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">1.6 <strong><code>finalize()<\/code><\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u529f\u80fd<\/strong>\uff1a\u5728\u5783\u573e\u56de\u6536\u4e4b\u524d\uff0c\u8c03\u7528 <code>finalize()<\/code> \u65b9\u6cd5\u8fdb\u884c\u8d44\u6e90\u91ca\u653e\u7b49\u64cd\u4f5c\uff08\u4f46 <code>finalize()<\/code> \u65b9\u6cd5\u5df2\u88ab\u5f03\u7528\uff0c\u4e0d\u63a8\u8350\u4f7f\u7528\uff09\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u89c1\u7528\u9014<\/strong>\uff1a\u7531\u4e8e <code>finalize()<\/code> \u65b9\u6cd5\u7684\u6267\u884c\u4e0d\u786e\u5b9a\u6027\uff0c\u5b83\u5e76\u4e0d\u5e38\u7528\uff0c\u901a\u5e38\u901a\u8fc7\u5b9e\u73b0 <code>AutoCloseable<\/code> \u6216\u4f7f\u7528 <code>try-with-resources<\/code> \u8fdb\u884c\u8d44\u6e90\u7ba1\u7406\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>@Override\nprotected void finalize() throws Throwable {\n    try {\n        \/\/ \u6e05\u7406\u8d44\u6e90\u7684\u4ee3\u7801\n        System.out.println(\"Object is being garbage collected\");\n    } finally {\n        super.finalize();\n    }\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>Object \u7c7b\u7684\u9ed8\u8ba4\u5b9e\u73b0<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Java \u4e2d\u7684 <code>Object<\/code> \u7c7b\u7684\u9ed8\u8ba4\u5b9e\u73b0\u63d0\u4f9b\u4e86\u975e\u5e38\u57fa\u7840\u7684\u65b9\u6cd5\uff0c\u7528\u4e8e\u5904\u7406\u5927\u591a\u6570\u7c7b\u7684\u5e38\u89c1\u9700\u6c42\uff0c\u4f46\u901a\u5e38\u5728\u5b9e\u9645\u5f00\u53d1\u4e2d\u4f1a\u91cd\u5199\u5176\u4e2d\u7684\u4e00\u4e9b\u65b9\u6cd5\u4ee5\u6ee1\u8db3\u7279\u5b9a\u9700\u6c42\uff08\u5982 <code>equals()<\/code> \u548c <code>toString()<\/code>\uff09\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>toString()<\/code><\/strong>\uff1a\u901a\u5e38\u91cd\u5199\uff0c\u4ee5\u63d0\u4f9b\u5bf9\u8c61\u7684\u5b57\u7b26\u4e32\u8868\u793a\u3002<\/li>\n\n\n\n<li><strong><code>equals()<\/code> \u548c <code>hashCode()<\/code><\/strong>\uff1a\u8fd9\u4e24\u4e2a\u65b9\u6cd5\u901a\u5e38\u4e00\u8d77\u91cd\u5199\uff0c\u4ee5\u786e\u4fdd\u5bf9\u8c61\u5728\u57fa\u4e8e\u54c8\u5e0c\u7684\u96c6\u5408\uff08\u5982 <code>HashMap<\/code>\u3001<code>HashSet<\/code>\uff09\u4e2d\u7684\u6b63\u786e\u6bd4\u8f83\u548c\u5b58\u50a8\u3002<\/li>\n\n\n\n<li><strong><code>clone()<\/code><\/strong>\uff1a\u5728\u9700\u8981\u590d\u5236\u5bf9\u8c61\u65f6\u91cd\u5199\uff0c\u4f46\u8981\u5c0f\u5fc3\u6d45\u62f7\u8d1d\u548c\u6df1\u62f7\u8d1d\u7684\u95ee\u9898\u3002<\/li>\n\n\n\n<li><strong><code>finalize()<\/code><\/strong>\uff1a\u8f83\u5c11\u4f7f\u7528\uff0c\u4e14\u5df2\u4e0d\u63a8\u8350\u4f7f\u7528\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong><code>Object<\/code> \u7c7b\u548c\u7ee7\u627f\u5173\u7cfb<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u7ee7\u627f\u5173\u7cfb<\/strong>\uff1a<code>Object<\/code> \u7c7b\u662f\u6240\u6709 Java \u7c7b\u7684\u7236\u7c7b\uff08\u6839\u7c7b\uff09\uff0c\u5373\u4f7f\u6ca1\u6709\u663e\u5f0f\u5730\u7ee7\u627f\u81ea\u67d0\u4e2a\u7c7b\uff0c\u6240\u6709 Java \u7c7b\u4e5f\u90fd\u4f1a\u9690\u5f0f\u5730\u7ee7\u627f\u81ea <code>Object<\/code> \u7c7b\u3002<\/li>\n\n\n\n<li><strong>\u65b9\u6cd5\u7684\u53ef\u7ee7\u627f\u6027<\/strong>\uff1a\u4efb\u4f55\u7c7b\u7ee7\u627f <code>Object<\/code> \u7c7b\uff0c\u9ed8\u8ba4\u5c31\u62e5\u6709\u4e86 <code>Object<\/code> \u7c7b\u4e2d\u5b9a\u4e49\u7684\u6240\u6709\u65b9\u6cd5\uff0c\u8fd9\u4f7f\u5f97\u6bcf\u4e2a Java \u7c7b\u90fd\u80fd\u591f\u4f7f\u7528\u8fd9\u4e9b\u57fa\u7840\u65b9\u6cd5\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>\u603b\u7ed3<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><code>Object<\/code> \u7c7b\u662f Java \u4e2d\u6240\u6709\u7c7b\u7684\u6839\u57fa\uff0c\u5b83\u63d0\u4f9b\u4e86\u51e0\u4e2a\u975e\u5e38\u57fa\u7840\u4e14\u91cd\u8981\u7684\u65b9\u6cd5\uff0c\u901a\u5e38\u6211\u4eec\u4f1a\u6839\u636e\u9700\u6c42\u6765\u91cd\u5199\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u786e\u4fdd\u5bf9\u8c61\u80fd\u6ee1\u8db3\u7279\u5b9a\u7684\u884c\u4e3a\u3002\u638c\u63e1 <code>Object<\/code> \u7c7b\u7684\u5e38\u7528\u65b9\u6cd5\u662f Java \u7f16\u7a0b\u7684\u57fa\u7840\u4e4b\u4e00\uff0c\u5c24\u5176\u662f\u5728\u6d89\u53ca\u5bf9\u8c61\u6bd4\u8f83\u3001\u96c6\u5408\u64cd\u4f5c\u4ee5\u53ca\u8c03\u8bd5\u65f6\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>toString()<\/code>\uff1a\u81ea\u5b9a\u4e49\u5bf9\u8c61\u7684\u5b57\u7b26\u4e32\u8868\u793a\u3002<\/li>\n\n\n\n<li><code>equals()<\/code> \u548c <code>hashCode()<\/code>\uff1a\u6bd4\u8f83\u5bf9\u8c61\u662f\u5426\u76f8\u7b49\uff0c\u4fdd\u8bc1\u54c8\u5e0c\u96c6\u5408\u7684\u6b63\u5e38\u5de5\u4f5c\u3002<\/li>\n\n\n\n<li><code>clone()<\/code>\uff1a\u521b\u5efa\u5bf9\u8c61\u7684\u526f\u672c\uff08\u6d45\u62f7\u8d1d\uff09\u3002<\/li>\n\n\n\n<li><code>getClass()<\/code>\uff1a\u83b7\u53d6\u5bf9\u8c61\u7684\u7c7b\u7c7b\u578b\u3002<\/li>\n\n\n\n<li><code>finalize()<\/code>\uff1a\u8d44\u6e90\u6e05\u7406\uff08\u4f46\u4e0d\u63a8\u8350\u4f7f\u7528\uff09\u3002<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u8fd9\u4e9b\u65b9\u6cd5\u4e0d\u4ec5\u6709\u52a9\u4e8e\u65e5\u5e38\u5f00\u53d1\u4e2d\u7684\u64cd\u4f5c\uff0c\u8fd8\u5728\u4e00\u4e9b\u9ad8\u7ea7\u7279\u6027\uff08\u5982\u53cd\u5c04\u3001\u96c6\u5408\u5b58\u50a8\u7b49\uff09\u4e2d\u53d1\u6325\u7740\u91cd\u8981\u4f5c\u7528\u3002\u66f4\u591a\u8be6\u7ec6\u5185\u5bb9\u8bf7\u5173\u6ce8\u5176\u4ed6\u76f8\u5173\u6587\u7ae0\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Object \u7c7b\u662f Java \u4e2d\u6240\u6709\u7c7b\u7684\u6839\u7c7b\uff0c\u5b83\u4f4d\u4e8e java.lang \u5305\u4e2d\uff0c\u5e76\u4e14\u6240\u6709\u7684\u7c7b\u90fd\u76f4\u63a5\u6216\u95f4\u63a5\u5730\u7ee7\u627f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[68],"tags":[],"class_list":["post-2262","post","type-post","status-publish","format-standard","hentry","category-java"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/comments?post=2262"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2262\/revisions"}],"predecessor-version":[{"id":2263,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2262\/revisions\/2263"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=2262"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=2262"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=2262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}