{"id":391,"date":"2023-03-17T15:20:26","date_gmt":"2023-03-17T15:20:26","guid":{"rendered":"https:\/\/yunshangtulv.com.cn\/?p=391"},"modified":"2023-03-17T15:20:26","modified_gmt":"2023-03-17T15:20:26","slug":"%e6%95%b0%e6%8d%ae%e6%a1%86%e8%af%a6%e8%a7%a3%e5%8f%8a%e5%ba%94%e7%94%a8%e4%b8%be%e4%be%8b","status":"publish","type":"post","link":"https:\/\/yunshangtulv.com.cn\/?p=391","title":{"rendered":"\u6570\u636e\u6846\u8be6\u89e3\u53ca\u5e94\u7528\u4e3e\u4f8b"},"content":{"rendered":"<p>R\u8bed\u8a00\u4e2d\u7684\u6570\u636e\u6846\uff08data.frame\uff09\u662f\u4e00\u79cd\u975e\u5e38\u91cd\u8981\u7684\u6570\u636e\u7ed3\u6784\uff0c\u5b83\u7c7b\u4f3c\u4e8eExcel\u8868\u683c\uff0c\u662f\u5b58\u50a8\u6570\u636e\u7684\u57fa\u672c\u5355\u4f4d\u3002\u6570\u636e\u6846\u53ef\u4ee5\u7528\u6765\u5b58\u50a8\u4e8c\u7ef4\u6570\u636e\uff0c\u6bcf\u4e00\u5217\u53ef\u4ee5\u6709\u4e0d\u540c\u7684\u6570\u636e\u7c7b\u578b\u3002\u5728R\u8bed\u8a00\u4e2d\uff0c\u6570\u636e\u6846\u662f\u4e00\u79cd\u5217\u8868\uff08list\uff09\u7684\u7279\u6b8a\u7c7b\u578b\uff0c\u5b83\u5177\u6709\u4ee5\u4e0b\u7279\u70b9\uff1a<\/p>\n<ol>\n<li>\u6bcf\u4e00\u5217\u53ef\u4ee5\u6709\u4e0d\u540c\u7684\u6570\u636e\u7c7b\u578b\uff1b<\/li>\n<li>\u6bcf\u4e00\u5217\u7684\u6570\u636e\u7c7b\u578b\u5fc5\u987b\u662f\u4e00\u81f4\u7684\uff1b<\/li>\n<li>\u6bcf\u4e00\u5217\u5fc5\u987b\u6709\u4e00\u4e2a\u552f\u4e00\u7684\u5217\u540d\uff1b<\/li>\n<li>\u6bcf\u4e00\u884c\u5fc5\u987b\u6709\u4e00\u4e2a\u552f\u4e00\u7684\u884c\u540d\uff08\u4e5f\u53ef\u4ee5\u6ca1\u6709\uff09\uff1b<\/li>\n<li>\u6570\u636e\u6846\u7684\u884c\u6570\u548c\u5217\u6570\u53ef\u4ee5\u662f\u4efb\u610f\u7684\u3002<\/li>\n<\/ol>\n<p>\u4e0b\u9762\u6211\u4eec\u901a\u8fc7\u4e00\u4e2a\u5b9e\u4f8b\u6765\u8be6\u7ec6\u4ecb\u7ecdR\u8bed\u8a00\u4e2d\u6570\u636e\u6846\u7684\u4f7f\u7528\u3002<\/p>\n<h2>\u521b\u5efa\u6570\u636e\u6846<\/h2>\n<p>\u9996\u5148\u6211\u4eec\u9700\u8981\u521b\u5efa\u4e00\u4e2a\u6570\u636e\u6846\u3002\u53ef\u4ee5\u901a\u8fc7<code>data.frame()<\/code>\u51fd\u6570\u521b\u5efa\u4e00\u4e2a\u6570\u636e\u6846\u3002\u4e0b\u9762\u662f\u4e00\u4e2a\u4f8b\u5b50\uff0c\u521b\u5efa\u4e00\u4e2a\u5305\u542b4\u5217\u7684\u6570\u636e\u6846\uff0c\u6bcf\u4e00\u5217\u5206\u522b\u5305\u542b5\u4e2a\u5143\u7d20\u3002<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u521b\u5efa\u6570\u636e\u6846<\/span><br \/>\ndf <span class=\"hljs-operator\">&lt;-<\/span> data.frame<span class=\"hljs-punctuation\">(<\/span>x <span class=\"hljs-operator\">=<\/span> <span class=\"hljs-number\">1<\/span><span class=\"hljs-operator\">:<\/span><span class=\"hljs-number\">5<\/span><span class=\"hljs-punctuation\">,<\/span> y <span class=\"hljs-operator\">=<\/span> <span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-string\">\"A\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"B\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"C\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"D\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"E\"<\/span><span class=\"hljs-punctuation\">)<\/span><span class=\"hljs-punctuation\">,<\/span> z <span class=\"hljs-operator\">=<\/span> <span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-number\">1.1<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-number\">2.2<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-number\">3.3<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-number\">4.4<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-number\">5.5<\/span><span class=\"hljs-punctuation\">)<\/span><span class=\"hljs-punctuation\">,<\/span> w <span class=\"hljs-operator\">=<\/span> <span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-literal\">TRUE<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-literal\">FALSE<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-literal\">TRUE<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-literal\">TRUE<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-literal\">FALSE<\/span><span class=\"hljs-punctuation\">)<\/span><span class=\"hljs-punctuation\">)<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>\u8fd9\u4e2a\u6570\u636e\u6846\u5305\u542b\u56db\u5217\uff0c\u5206\u522b\u662f <code>x<\/code>\u3001<code>y<\/code>\u3001<code>z<\/code>\u3001<code>w<\/code>\uff0c\u5b83\u4eec\u7684\u6570\u636e\u7c7b\u578b\u5206\u522b\u662f\u6574\u578b\u3001\u5b57\u7b26\u578b\u3001\u6d6e\u70b9\u578b\u3001\u5e03\u5c14\u578b\u3002<\/p>\n<h2>\u67e5\u770b\u6570\u636e\u6846<\/h2>\n<p>\u521b\u5efa\u597d\u6570\u636e\u6846\u540e\uff0c\u6211\u4eec\u9700\u8981\u67e5\u770b\u6570\u636e\u6846\u7684\u5185\u5bb9\u3002\u53ef\u4ee5\u4f7f\u7528<code>head()<\/code>\u6216<code>tail()<\/code>\u51fd\u6570\u67e5\u770b\u6570\u636e\u6846\u7684\u524d\u51e0\u884c\u6216\u540e\u51e0\u884c\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u67e5\u770b\u524d\u51e0\u884c<\/span><br \/>\nhead<span class=\"hljs-punctuation\">(<\/span>df<span class=\"hljs-punctuation\">)<\/span><\/p>\n<p><span class=\"hljs-comment\"># \u67e5\u770b\u540e\u51e0\u884c<\/span><br \/>\ntail<span class=\"hljs-punctuation\">(<\/span>df<span class=\"hljs-punctuation\">)<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>\u4e5f\u53ef\u4ee5\u4f7f\u7528<code>str()<\/code>\u51fd\u6570\u6765\u67e5\u770b\u6570\u636e\u6846\u7684\u7ed3\u6784\u548c\u6458\u8981\u4fe1\u606f\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u67e5\u770b\u6570\u636e\u6846\u7684\u7ed3\u6784\u548c\u6458\u8981\u4fe1\u606f<\/span><br \/>\nstr<span class=\"hljs-punctuation\">(<\/span>df<span class=\"hljs-punctuation\">)<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<h2>\u63d0\u53d6\u6570\u636e\u6846\u4e2d\u7684\u6570\u636e<\/h2>\n<p>\u5728\u6570\u636e\u5206\u6790\u4e2d\uff0c\u6211\u4eec\u9700\u8981\u4ece\u6570\u636e\u6846\u4e2d\u63d0\u53d6\u6570\u636e\u8fdb\u884c\u5206\u6790\u3002\u53ef\u4ee5\u4f7f\u7528<code>$<\/code>\u7b26\u53f7\u63d0\u53d6\u6570\u636e\u6846\u4e2d\u7684\u5217\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u63d0\u53d6\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-operator\">$<\/span>x<br \/>\ndf<span class=\"hljs-operator\">$<\/span>y<br \/>\ndf<span class=\"hljs-operator\">$<\/span>z<br \/>\ndf<span class=\"hljs-operator\">$<\/span>w<br \/>\n<\/code><\/div>\n<\/div>\n<p>\u4e5f\u53ef\u4ee5\u4f7f\u7528<code>[]<\/code>\u7b26\u53f7\u63d0\u53d6\u6570\u636e\u6846\u4e2d\u7684\u884c\u548c\u5217\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u63d0\u53d6\u884c\u548c\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-number\">1<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-punctuation\">]<\/span>   <span class=\"hljs-comment\"># \u63d0\u53d6\u7b2c\u4e00\u884c\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-number\">1<\/span><span class=\"hljs-punctuation\">]<\/span>   <span class=\"hljs-comment\"># \u63d0\u53d6\u7b2c\u4e00\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-number\">1<\/span><span class=\"hljs-operator\">:<\/span><span class=\"hljs-number\">3<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-number\">2<\/span><span class=\"hljs-operator\">:<\/span><span class=\"hljs-number\">3<\/span><span class=\"hljs-punctuation\">]<\/span>   <span class=\"hljs-comment\"># \u63d0\u53d6\u7b2c1-3\u884c\u548c\u7b2c2-3\u5217\u7684\u4ea4\u53c9\u6570\u636e<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<h2>\u4fee\u6539\u6570\u636e\u6846\u4e2d\u7684\u6570\u636e<\/h2>\n<p>\u6709\u65f6\u5019\u6211\u4eec\u9700\u8981\u4fee\u6539\u6570\u636e\u6846\u4e2d\u7684\u6570\u636e\u3002\u53ef\u4ee5\u4f7f\u7528<code>$<\/code>\u7b26\u53f7\u6216<code>[]<\/code>\u7b26\u53f7\u4fee\u6539\u6570\u636e\u6846\u4e2d\u7684\u5217\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u4fee\u6539\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-operator\">$<\/span>y<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-number\">1<\/span><span class=\"hljs-punctuation\">]<\/span> <span class=\"hljs-operator\">&lt;-<\/span> <span class=\"hljs-string\">\"F\"<\/span>   <span class=\"hljs-comment\"># \u5c06\u7b2c\u4e00\u884cy\u5217\u7684\u503c\u4fee\u6539\u4e3a\"F\"<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-number\">2<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-number\">3<\/span><span class=\"hljs-punctuation\">]<\/span> <span class=\"hljs-operator\">&lt;-<\/span> <span class=\"hljs-number\">2.5<\/span>   <span class=\"hljs-comment\"># \u5c06\u7b2c\u4e8c\u884c\u7b2c\u4e09\u5217\u7684\u503c\u4fee\u6539\u4e3a2.5<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<h2>\u6dfb\u52a0\u6570\u636e\u5230\u6570\u636e\u6846\u4e2d<\/h2>\n<p>\u6709\u65f6\u5019\u6211\u4eec\u9700\u8981\u5411\u6570\u636e\u6846\u4e2d\u6dfb\u52a0\u65b0\u7684\u5217\u6216\u884c\u6570\u636e\u3002\u53ef\u4ee5\u4f7f\u7528<code>$<\/code>\u7b26\u53f7\u6216<code>[]<\/code>\u7b26\u53f7\u6dfb\u52a0\u65b0\u7684\u5217\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u6dfb\u52a0\u65b0\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-operator\">$<\/span>new_col <span class=\"hljs-operator\">&lt;-<\/span> <span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-string\">\"X\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"Y\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"Z\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"W\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"V\"<\/span><span class=\"hljs-punctuation\">)<\/span>   <span class=\"hljs-comment\"># \u6dfb\u52a0\u4e00\u4e2a\u540d\u4e3anew_col\u7684\u65b0\u5217\uff0c\u5e76\u8d4b\u503c\u4e3a\u5411\u91cfc(\"X\", \"Y\", \"Z\", \"W\", \"V\")<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>\u4e5f\u53ef\u4ee5\u4f7f\u7528<code>rbind()<\/code>\u51fd\u6570\u6dfb\u52a0\u65b0\u7684\u884c\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u6dfb\u52a0\u65b0\u884c\u6570\u636e<\/span><br \/>\nnew_row <span class=\"hljs-operator\">&lt;-<\/span> <span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-number\">6<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"F\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-number\">6.6<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-literal\">FALSE<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"U\"<\/span><span class=\"hljs-punctuation\">)<\/span>   <span class=\"hljs-comment\"># \u5b9a\u4e49\u4e00\u4e2a\u5411\u91cf\u8868\u793a\u65b0\u7684\u4e00\u884c\u6570\u636e<\/span><br \/>\ndf <span class=\"hljs-operator\">&lt;-<\/span> rbind<span class=\"hljs-punctuation\">(<\/span>df<span class=\"hljs-punctuation\">,<\/span> new_row<span class=\"hljs-punctuation\">)<\/span>   <span class=\"hljs-comment\"># \u6dfb\u52a0\u65b0\u884c\u6570\u636e\u5230\u6570\u636e\u6846\u4e2d<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<h2>\u5220\u9664\u6570\u636e\u6846\u4e2d\u7684\u6570\u636e<\/h2>\n<p>\u6709\u65f6\u5019\u6211\u4eec\u9700\u8981\u5220\u9664\u6570\u636e\u6846\u4e2d\u7684\u4e00\u4e9b\u884c\u6216\u5217\u6570\u636e\u3002\u53ef\u4ee5\u4f7f\u7528<code>$<\/code>\u7b26\u53f7\u6216<code>[]<\/code>\u7b26\u53f7\u5220\u9664\u5217\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u5220\u9664\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-operator\">$<\/span>w <span class=\"hljs-operator\">&lt;-<\/span> <span class=\"hljs-literal\">NULL<\/span>   <span class=\"hljs-comment\"># \u5220\u9664w\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-string\">\"x\"<\/span><span class=\"hljs-punctuation\">,<\/span> <span class=\"hljs-string\">\"y\"<\/span><span class=\"hljs-punctuation\">)<\/span><span class=\"hljs-punctuation\">]<\/span> <span class=\"hljs-operator\">&lt;-<\/span> <span class=\"hljs-literal\">NULL<\/span>   <span class=\"hljs-comment\"># \u5220\u9664x\u548cy\u5217\u6570\u636e<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>\u4e5f\u53ef\u4ee5\u4f7f\u7528<code>[-]<\/code>\u7b26\u53f7\u5220\u9664\u884c\u548c\u5217\u6570\u636e\u3002\u4f8b\u5982\uff1a<\/p>\n<div class=\"bg-black rounded-md mb-4\">\n<div class=\"p-4 overflow-y-auto\"><code class=\"!whitespace-pre hljs language-R\"><span class=\"hljs-comment\"># \u5220\u9664\u884c\u548c\u5217\u6570\u636e<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-operator\">-<\/span><span class=\"hljs-number\">2<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-punctuation\">]<\/span>   <span class=\"hljs-comment\"># \u5220\u9664\u7b2c\u4e8c\u884c<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-operator\">-<\/span><span class=\"hljs-number\">3<\/span><span class=\"hljs-punctuation\">]<\/span>   <span class=\"hljs-comment\"># \u5220\u9664\u7b2c\u4e09\u5217<\/span><br \/>\ndf<span class=\"hljs-punctuation\">[<\/span><span class=\"hljs-operator\">-<\/span><span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-number\">2<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-number\">4<\/span><span class=\"hljs-punctuation\">)<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-operator\">-<\/span><span class=\"hljs-built_in\">c<\/span><span class=\"hljs-punctuation\">(<\/span><span class=\"hljs-number\">1<\/span><span class=\"hljs-punctuation\">,<\/span><span class=\"hljs-number\">4<\/span><span class=\"hljs-punctuation\">)<\/span><span class=\"hljs-punctuation\">]<\/span>   <span class=\"hljs-comment\"># \u5220\u9664\u7b2c\u4e8c\u548c\u7b2c\u56db\u884c\uff0c\u7b2c\u4e00\u548c\u7b2c\u56db\u5217\u7684\u4ea4\u53c9\u6570\u636e<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\u8bed\u8a00\u4e2d\u7684\u6570\u636e\u6846\uff08data.frame\uff09\u662f\u4e00\u79cd\u975e\u5e38\u91cd\u8981\u7684\u6570\u636e\u7ed3\u6784\uff0c\u5b83\u7c7b\u4f3c\u4e8eExcel\u8868\u683c\uff0c\u662f\u5b58\u50a8\u6570\u636e\u7684\u57fa\u672c\u5355\u4f4d [&hellip;]<\/p>\n","protected":false},"author":111,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-391","post","type-post","status-publish","format-standard","hentry","category-r"],"_links":{"self":[{"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=\/wp\/v2\/posts\/391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=\/wp\/v2\/users\/111"}],"replies":[{"embeddable":true,"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=391"}],"version-history":[{"count":0,"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=\/wp\/v2\/posts\/391\/revisions"}],"wp:attachment":[{"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yunshangtulv.com.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}