{"id":615,"date":"2025-12-07T15:23:55","date_gmt":"2025-12-07T07:23:55","guid":{"rendered":"https:\/\/www.52runoob.com\/?p=615"},"modified":"2025-12-07T15:23:55","modified_gmt":"2025-12-07T07:23:55","slug":"net%e5%8f%8d%e5%b0%84%e4%b8%ad%e7%9a%84%e7%b1%bb%e5%9e%8b%e4%b8%8d%e5%8c%b9%e9%85%8d%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88long%e4%b8%8eint64%e5%86%b2%e7%aa%81","status":"publish","type":"post","link":"https:\/\/www.52runoob.com\/index.php\/2025\/12\/07\/net%e5%8f%8d%e5%b0%84%e4%b8%ad%e7%9a%84%e7%b1%bb%e5%9e%8b%e4%b8%8d%e5%8c%b9%e9%85%8d%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88long%e4%b8%8eint64%e5%86%b2%e7%aa%81\/","title":{"rendered":".NET\u53cd\u5c04\u4e2d\u7684\u7c7b\u578b\u4e0d\u5339\u914d\u95ee\u9898\u7684\u89e3\u51b3\u65b9\u6848(long\u4e0eInt64\u51b2\u7a81)"},"content":{"rendered":"\n<p>\u4e0b\u9762\u7ed9\u4f60\u6574\u7406\u4e00\u7bc7 <strong>\u975e\u5e38\u5b9e\u7528\u3001\u6df1\u5165\u4f46\u6613\u61c2\u3001\u53ef\u76f4\u63a5\u7528\u4e8e\u535a\u5ba2 \/ \u6280\u672f\u6587\u6863\u7684\u6587\u7ae0<\/strong>\uff1a<br>\ud83d\udccc\u300a.NET \u53cd\u5c04\u4e2d\u7684\u7c7b\u578b\u4e0d\u5339\u914d\u95ee\u9898\u89e3\u51b3\u65b9\u6848\uff08long \u4e0e Int64 \u51b2\u7a81\uff09\u300b<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83d\ude80 .NET \u53cd\u5c04\u4e2d\u7684\u7c7b\u578b\u4e0d\u5339\u914d\u95ee\u9898\u89e3\u51b3\u65b9\u6848\uff08long \u4e0e Int64 \u51b2\u7a81\uff09<\/h1>\n\n\n\n<p>\u5728 .NET \u4e2d\uff0c<code>long<\/code> \u662f <code>System.Int64<\/code> \u7684\u522b\u540d\uff0c\u4e24\u8005\u672c\u8d28\u4e0a\u662f <strong>\u5b8c\u5168\u76f8\u540c\u7684\u7c7b\u578b<\/strong>\u3002<br>\u4f46\u5728\u4f7f\u7528\u53cd\u5c04\u65f6\uff0c\u5f00\u53d1\u8005\u7ecf\u5e38\u4f1a\u9047\u5230\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u7c7b\u578b\u4e0d\u5339\u914d\uff08Type mismatch\uff09<\/strong><\/li>\n\n\n\n<li><strong>\u53cd\u5c04\u8d4b\u503c\u65f6\u62a5\u9519<\/strong><\/li>\n\n\n\n<li><strong>MethodInfo.Invoke \u627e\u4e0d\u5230\u5408\u9002\u7684\u65b9\u6cd5<\/strong><\/li>\n\n\n\n<li><strong>PropertyInfo.SetValue \u629b\u51fa ArgumentException<\/strong><\/li>\n<\/ul>\n\n\n\n<p>\u5178\u578b\u62a5\u9519\u793a\u4f8b\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nObject of type &#039;System.Int64&#039; cannot be converted to type &#039;System.Int64&#039;\n\n<\/pre><\/div>\n\n\n<p>\u770b\u8d77\u6765\u50cf\u8c1c\u8bed\u2014\u2014\u660e\u660e\u662f\u540c\u4e00\u4e2a\u7c7b\u578b\u5374\u4e0d\u80fd\u8d4b\uff01<\/p>\n\n\n\n<p>\u672c\u6587\u5c06\u5bf9\u8fd9\u4e2a\u8be1\u5f02\u95ee\u9898\u505a\u7cfb\u7edf\u603b\u7ed3\uff0c\u5e76\u7ed9\u51fa\u5b9e\u9645\u53ef\u7528\u7684\u89e3\u51b3\u65b9\u6848\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">1\ufe0f\u20e3 long \/ Int64 \u662f\u4ec0\u4e48\u5173\u7cfb\uff1f<\/h1>\n\n\n\n<p>\u5728 C# \u4e2d\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nlong  === System.Int64\nulong === System.UInt64\nint   === System.Int32\n\n<\/pre><\/div>\n\n\n<p>\u5b83\u4eec\u662f <strong>\u5b8c\u5168\u7b49\u4ef7\u7684\u7c7b\u578b\u522b\u540d<\/strong>\u3002<\/p>\n\n\n\n<p>\u90a3\u4e3a\u4ec0\u4e48\u8fd8\u4f1a\u53cd\u5c04\u7c7b\u578b\u4e0d\u5339\u914d\uff1f<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">2\ufe0f\u20e3 \u5e38\u89c1\u89e6\u53d1\u573a\u666f\uff08\u4f60\u4e00\u5b9a\u9047\u5230\u8fc7\uff09<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">\u2714 \u573a\u666f 1\uff1a\u53cd\u5c04\u8bbe\u7f6e\u5c5e\u6027 SetValue<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nvar prop = obj.GetType().GetProperty(&quot;Id&quot;);\nprop.SetValue(obj, 123L);\n\n<\/pre><\/div>\n\n\n<p>\u4f46\u5982\u679c\u5c5e\u6027\u7c7b\u578b\u662f\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\npublic long Id { get; set; }\n\n<\/pre><\/div>\n\n\n<p>\u6709\u65f6\u5374\u629b\u5f02\u5e38\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nObject of type &#039;System.Int64&#039; cannot be converted to type &#039;System.Int64&#039;\n\n<\/pre><\/div>\n\n\n<p>\u539f\u56e0\u662f <strong>Nullable\u3001boxing\u3001\u5b9e\u9645\u7c7b\u578b\u5e76\u4e0d\u5b8c\u5168\u4e00\u81f4<\/strong>\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2714 \u573a\u666f 2\uff1a\u53cd\u5c04\u8c03\u7528\u65b9\u6cd5 Invoke<\/h2>\n\n\n\n<p>\u4f8b\u5982\u6709\u65b9\u6cd5\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\npublic void SetAge(long age)\n\n<\/pre><\/div>\n\n\n<p>\u4f46\u4f60\u8fd9\u4e48\u8c03\u7528\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nmethodInfo.Invoke(obj, new object&#x5B;]{ 123 });\n\n<\/pre><\/div>\n\n\n<p>\u56e0\u4e3a <code>123<\/code> \u662f <code>int<\/code>\uff08Int32\uff09\uff0c\u5bfc\u81f4\u4e0d\u5339\u914d\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nTargetParameterCountException \/ ArgumentException\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2714 \u573a\u666f 3\uff1a\u52a8\u6001\u5bf9\u8c61 + JSON \u53cd\u5e8f\u5217\u5316<\/h2>\n\n\n\n<p>\u4f8b\u5982\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nvar value = JObject.Parse(&quot;{\\&quot;id\\&quot;:123}&quot;)&#x5B;&quot;id&quot;];\nvalue.Type = Int64 \/\/ JValue \u8fd4\u56de\u7684\u662f long\n\n<\/pre><\/div>\n\n\n<p>\u4f46\u6a21\u578b\u662f <code>int Id<\/code>\uff0c\u4e5f\u4f1a mismatch\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">3\ufe0f\u20e3 \u6838\u5fc3\u539f\u56e0\u603b\u7ed3\uff08\u975e\u5e38\u5173\u952e\uff09<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd25 \u53cd\u5c04\u4e0d\u4f1a\u8fdb\u884c\u9690\u5f0f\u7c7b\u578b\u8f6c\u6362<\/h3>\n\n\n\n<p>\u4f8b\u5982\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>int \u2192 long<\/code> \u5728 C# \u53ef\u81ea\u52a8\u8f6c\u6362<\/li>\n\n\n\n<li>\u4f46 <strong>\u53cd\u5c04\u4e2d\u4e0d\u4f1a\u81ea\u52a8\u8f6c\u6362<\/strong><\/li>\n\n\n\n<li>\u4f60\u5fc5\u987b\u81ea\u5df1\u624b\u52a8\u5904\u7406<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd25 Nullable \u4e0e long \u4e0d\u7b49\u4ef7<\/h3>\n\n\n\n<p><code>typeof(long)<\/code> \u2260 <code>typeof(long?)<\/code><\/p>\n\n\n\n<p>\u7528\u6237\u82e5\u4f20\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n123L   \/\/ long\n\n<\/pre><\/div>\n\n\n<p>\u4f46\u5c5e\u6027\u662f\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nlong?\n\n<\/pre><\/div>\n\n\n<p>\u53cd\u5c04\u4e5f\u4f1a mismatch\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd25 \u53cd\u5c04 + object \u88c5\u7bb1\uff0c\u7c7b\u578b\u53ef\u80fd\u4e3a Int32 \u800c\u975e Int64<\/h3>\n\n\n\n<p>\u4f8b\u5982\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nobject x = 123;  \/\/ Int32\n\n<\/pre><\/div>\n\n\n<p>\u4f46\u4f60\u8981\u8bbe\u7f6e\u7684\u662f long \u2192 mismatch<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">4\ufe0f\u20e3 \u5b9e\u6218\u89e3\u51b3\u65b9\u6848\uff08\u6700\u63a8\u8350\uff09<\/h1>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5 1\uff1a\u4f7f\u7528 Convert.ChangeType\uff08\u6700\u901a\u7528\uff09<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nvar targetType = prop.PropertyType;\nvar safeValue = Convert.ChangeType(value, Nullable.GetUnderlyingType(targetType) ?? targetType);\nprop.SetValue(obj, safeValue);\n\n<\/pre><\/div>\n\n\n<p>\u53ef\u540c\u65f6\u5904\u7406\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>int \u2192 long<\/li>\n\n\n\n<li>long \u2192 long?<\/li>\n\n\n\n<li>string \u2192 int<\/li>\n\n\n\n<li>string \u2192 long<\/li>\n\n\n\n<li>double \u2192 decimal<\/li>\n\n\n\n<li>\u7b49\u7b49\u2026<\/li>\n<\/ul>\n\n\n\n<p>\u8fd9\u662f <strong>\u6700\u4f73\u901a\u7528\u505a\u6cd5<\/strong>\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5 2\uff1a\u5904\u7406 Nullable \u7c7b\u578b<\/h2>\n\n\n\n<p>\u5fc5\u5199\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nType finalType = Nullable.GetUnderlyingType(prop.PropertyType) ?? prop.PropertyType;\n\n<\/pre><\/div>\n\n\n<p>\u8fd9\u662f\u907f\u514d mismatch \u7684\u5173\u952e\u6b65\u9aa4\u4e4b\u4e00\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5 3\uff1a\u7edf\u4e00\u6240\u6709\u6570\u503c\u7c7b\u578b\u4e3a long \u6765\u5904\u7406<\/h2>\n\n\n\n<p>\u5982\u679c\u4f60\u7684\u53cd\u5c04\u53ea\u5904\u7406\u6570\u503c\u7c7b\u578b\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nif (value is IConvertible)\n{\n    value = Convert.ChangeType(value, finalType);\n}\n\n<\/pre><\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 \u65b9\u6cd5 4\uff1aMethodInfo.Invoke \u524d\u505a\u7c7b\u578b\u9884\u5904\u7406<\/h2>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nvar parameters = methodInfo.GetParameters();\nvar newArgs = new object&#x5B;args.Length];\n\nfor(int i = 0; i &amp;lt; args.Length; i++)\n{\n    var pType = parameters&#x5B;i].ParameterType;\n    newArgs&#x5B;i] = Convert.ChangeType(args&#x5B;i], Nullable.GetUnderlyingType(pType) ?? pType);\n}\n\nmethodInfo.Invoke(obj, newArgs);\n\n<\/pre><\/div>\n\n\n<p>\u8fd9\u53ef\u4ee5 100% \u907f\u514d \u201c\u53c2\u6570\u7c7b\u578b\u4e0d\u5339\u914d\u201d\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">5\ufe0f\u20e3 \u5b9e\u4f8b\uff1a\u5b8c\u7f8e\u89e3\u51b3 long \/ Int64 mismatch<\/h1>\n\n\n\n<h3 class=\"wp-block-heading\">\u6a21\u578b<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\npublic class User\n{\n    public long Id { get; set; }\n    public long? Code { get; set; }\n}\n\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\">\u8bbe\u7f6e\u503c\uff08\u6700\u7ec8\u89e3\u51b3\u65b9\u6848\uff09<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nvar user = new User();\nvar prop = user.GetType().GetProperty(&quot;Id&quot;);\n\nobject value = 123; \/\/ Int32\n\nType finalType = Nullable.GetUnderlyingType(prop.PropertyType) ?? prop.PropertyType;\nobject safeValue = Convert.ChangeType(value, finalType);\n\nprop.SetValue(user, safeValue);\n\nConsole.WriteLine(user.Id); \/\/ \u8f93\u51fa 123\n\n<\/pre><\/div>\n\n\n<p>\u65e0\u4efb\u4f55\u62a5\u9519\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">6\ufe0f\u20e3 \u9ad8\u7ea7\u6280\u5de7\uff1a\u907f\u514d JSON long \u2192 int mismatch<\/h1>\n\n\n\n<p>\u5982\u679c JSON \u6570\u636e\u91cc\u542b long\uff0c\u4f46\u4f60\u6a21\u578b\u662f int\uff0c\u4f1a\u6ea2\u51fa\u3002<\/p>\n\n\n\n<p>\u63a8\u8350\u7edf\u4e00\u5904\u7406\uff1a<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\noptions.JsonSerializerOptions.NumberHandling =\n    JsonNumberHandling.AllowReadingFromString |\n    JsonNumberHandling.WriteAsString;\n\n<\/pre><\/div>\n\n\n<p>\u6216\u5728\u53cd\u5c04\u65f6 GET \u5230 long \u2192 \u81ea\u52a8\u8f6c int\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">7\ufe0f\u20e3 \u6700\u4f73\u5b9e\u8df5\u603b\u7ed3\uff08\u6536\u85cf\u7248\uff09<\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u63a8\u8350\u9879<\/th><th>\u8bf4\u660e<\/th><\/tr><\/thead><tbody><tr><td>\u2714 \u53cd\u5c04\u524d\u7edf\u4e00\u7c7b\u578b <code>finalType = Nullable.GetUnderlyingType(...)<\/code><\/td><td>\u5fc5\u987b<\/td><\/tr><tr><td>\u2714 \u4e00\u5f8b\u7528 Convert.ChangeType \u8f6c\u6362<\/td><td>\u6700\u7a33<\/td><\/tr><tr><td>\u2714 \u6240\u6709\u6570\u503c\u7c7b\u578b\u5148\u8f6c\u6210 IConvertible<\/td><td>\u907f\u514d\u88c5\u7bb1\u95ee\u9898<\/td><\/tr><tr><td>\u2714 \u5bf9 MethodInfo.Invoke \u8fdb\u884c\u53c2\u6570\u7c7b\u578b\u9884\u5904\u7406<\/td><td>\u5426\u5219\u7c7b\u578b\u4e00\u5b9a mismatch<\/td><\/tr><tr><td>\u2714 \u4e0d\u4f9d\u8d56 long \u4e0e Int64 \u7684\u8bed\u6cd5\u7cd6\u522b\u540d<\/td><td>\u5728\u53cd\u5c04\u4e2d\u6ca1\u6709\u610f\u4e49<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u4e00\u53e5\u8bdd\u603b\u7ed3\uff1a<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>\u53cd\u5c04\u4e0d\u4f1a\u81ea\u52a8\u505a\u9690\u5f0f\u7c7b\u578b\u8f6c\u6362\uff0c\u6240\u6709\u7c7b\u578b\u8f6c\u6362\u90fd\u5fc5\u987b\u4f60\u6765\u624b\u52a8\u505a<\/strong>\u3002<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u4e0b\u9762\u7ed9\u4f60\u6574\u7406\u4e00\u7bc7 \u975e\u5e38\u5b9e\u7528\u3001\u6df1\u5165\u4f46\u6613\u61c2\u3001\u53ef\u76f4\u63a5\u7528\u4e8e\u535a\u5ba2 \/ \u6280\u672f\u6587\u6863\u7684\u6587\u7ae0\uff1a\ud83d\udccc\u300a&#8230; <a class=\"more-link\" href=\"https:\/\/www.52runoob.com\/index.php\/2025\/12\/07\/net%e5%8f%8d%e5%b0%84%e4%b8%ad%e7%9a%84%e7%b1%bb%e5%9e%8b%e4%b8%8d%e5%8c%b9%e9%85%8d%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88long%e4%b8%8eint64%e5%86%b2%e7%aa%81\/\">Continue Reading &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[],"class_list":["post-615","post","type-post","status-publish","format-standard","hentry","category-asp-net"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/615","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/comments?post=615"}],"version-history":[{"count":1,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/615\/revisions"}],"predecessor-version":[{"id":616,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/posts\/615\/revisions\/616"}],"wp:attachment":[{"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/media?parent=615"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/categories?post=615"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52runoob.com\/index.php\/wp-json\/wp\/v2\/tags?post=615"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}