{"id":53960,"date":"2025-08-12T20:20:29","date_gmt":"2025-08-12T12:20:29","guid":{"rendered":"https:\/\/www.wsisp.com\/helps\/53960.html"},"modified":"2025-08-12T20:20:29","modified_gmt":"2025-08-12T12:20:29","slug":"%e3%80%90shell%e8%84%9a%e6%9c%ac%e7%bc%96%e7%a8%8b%e3%80%91-4-shell%e8%84%9a%e6%9c%ac%e7%bc%96%e5%86%99%e5%86%92%e6%b3%a1%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/www.wsisp.com\/helps\/53960.html","title":{"rendered":"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f"},"content":{"rendered":"<\/p>\n<h4>\u6587\u7ae0\u76ee\u5f55<\/h4>\n<ul>\n<li>\n<ul>\n<li>1\u3001\u811a\u672c\u8981\u6c42<\/li>\n<li>2\u3001\u811a\u672c\u7f16\u5199<\/li>\n<li>3\u3001\u811a\u672c\u89e3\u91ca<\/li>\n<li>4\u3001\u7b97\u6cd5\u601d\u8def<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>1\u3001\u811a\u672c\u8981\u6c42<\/h3>\n<p>\u4f7f\u7528shell\u8bed\u8a00\u7f16\u5199\u4e00\u4e2a\u5192\u6ce1\u6392\u5e8f\u7684\u811a\u672c<\/p>\n<h3>2\u3001\u811a\u672c\u7f16\u5199<\/h3>\n<p><span class=\"token comment\">#!\/bin\/bash<\/span><\/p>\n<p><span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token variable\">$#<\/span> <span class=\"token parameter variable\">-eq<\/span> <span class=\"token number\">0<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n    <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u8bf7\u63d0\u4f9b\u9700\u8981\u6392\u5e8f\u7684\u6570\u5b57\u4f5c\u4e3a\u53c2\u6570&#034;<\/span><br \/>\n    <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u7528\u6cd5: <span class=\"token variable\">$0<\/span> \u6570\u5b571 \u6570\u5b572 &#8230; \u6570\u5b57n&#034;<\/span><br \/>\n    <span class=\"token builtin class-name\">exit<\/span> <span class=\"token number\">1<\/span><br \/>\n<span class=\"token keyword\">fi<\/span><\/p>\n<p><span class=\"token assign-left variable\">arr<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token punctuation\">(<\/span><span class=\"token string\">&#034;<span class=\"token variable\">$&#064;<\/span>&#034;<\/span><span class=\"token punctuation\">)<\/span><\/p>\n<p><span class=\"token assign-left variable\">n<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">${<span class=\"token operator\">#<\/span>arr<span class=\"token punctuation\">[<\/span>&#064;<span class=\"token punctuation\">]<\/span>}<\/span><\/p>\n<p><span class=\"token keyword\">for<\/span> <span class=\"token variable\"><span class=\"token punctuation\">((<\/span>i <span class=\"token operator\">&#061;<\/span> <span class=\"token number\">0<\/span><span class=\"token punctuation\">;<\/span> i <span class=\"token operator\">&lt;<\/span> n<span class=\"token punctuation\">;<\/span> i<span class=\"token operator\">&#043;&#043;<\/span><span class=\"token punctuation\">))<\/span><\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n    <span class=\"token keyword\">for<\/span> <span class=\"token variable\"><span class=\"token punctuation\">((<\/span>j <span class=\"token operator\">&#061;<\/span> <span class=\"token number\">0<\/span><span class=\"token punctuation\">;<\/span> j <span class=\"token operator\">&lt;<\/span> n <span class=\"token operator\">&#8211;<\/span> i <span class=\"token operator\">&#8211;<\/span> <span class=\"token number\">1<\/span><span class=\"token punctuation\">;<\/span> j<span class=\"token operator\">&#043;&#043;<\/span><span class=\"token punctuation\">))<\/span><\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n        <span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j<span class=\"token punctuation\">]<\/span>}<\/span> <span class=\"token parameter variable\">-gt<\/span> <span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j&#043;1<span class=\"token punctuation\">]<\/span>}<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n            <span class=\"token assign-left variable\">temp<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j<span class=\"token punctuation\">]<\/span>}<\/span><br \/>\n            arr<span class=\"token punctuation\">[<\/span>j<span class=\"token punctuation\">]<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j&#043;1<span class=\"token punctuation\">]<\/span>}<\/span><br \/>\n            arr<span class=\"token punctuation\">[<\/span>j&#043;1<span class=\"token punctuation\">]<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">$temp<\/span><br \/>\n        <span class=\"token keyword\">fi<\/span><br \/>\n    <span class=\"token keyword\">done<\/span><br \/>\n<span class=\"token keyword\">done<\/span><\/p>\n<p><span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u6392\u5e8f\u524d: <span class=\"token variable\">$*<\/span>&#034;<\/span><br \/>\n<span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u6392\u5e8f\u540e: <span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>&#064;<span class=\"token punctuation\">]<\/span>}<\/span>&#034;<\/span><\/p>\n<h3>3\u3001\u811a\u672c\u89e3\u91ca<\/h3>\n<p><span class=\"token comment\">#!\/bin\/bash<\/span><\/p>\n<p><span class=\"token comment\"># \u68c0\u67e5\u662f\u5426\u63d0\u4f9b\u4e86\u5f85\u6392\u5e8f\u7684\u6570\u5b57<\/span><br \/>\n<span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token variable\">$#<\/span> <span class=\"token parameter variable\">-eq<\/span> <span class=\"token number\">0<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n    <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u8bf7\u63d0\u4f9b\u9700\u8981\u6392\u5e8f\u7684\u6570\u5b57\u4f5c\u4e3a\u53c2\u6570&#034;<\/span><br \/>\n    <span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u7528\u6cd5: <span class=\"token variable\">$0<\/span> \u6570\u5b571 \u6570\u5b572 &#8230; \u6570\u5b57n&#034;<\/span><br \/>\n    <span class=\"token builtin class-name\">exit<\/span> <span class=\"token number\">1<\/span><br \/>\n<span class=\"token keyword\">fi<\/span><\/p>\n<p><span class=\"token comment\"># \u5c06\u547d\u4ee4\u884c\u53c2\u6570\u4fdd\u5b58\u5230\u6570\u7ec4\u4e2d<\/span><br \/>\n<span class=\"token assign-left variable\">arr<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token punctuation\">(<\/span><span class=\"token string\">&#034;<span class=\"token variable\">$&#064;<\/span>&#034;<\/span><span class=\"token punctuation\">)<\/span><\/p>\n<p><span class=\"token comment\"># \u83b7\u53d6\u6570\u7ec4\u957f\u5ea6<\/span><br \/>\n<span class=\"token assign-left variable\">n<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">${<span class=\"token operator\">#<\/span>arr<span class=\"token punctuation\">[<\/span>&#064;<span class=\"token punctuation\">]<\/span>}<\/span><\/p>\n<p><span class=\"token comment\"># \u5192\u6ce1\u6392\u5e8f\u6838\u5fc3\u7b97\u6cd5<\/span><br \/>\n<span class=\"token keyword\">for<\/span> <span class=\"token variable\"><span class=\"token punctuation\">((<\/span>i <span class=\"token operator\">&#061;<\/span> <span class=\"token number\">0<\/span><span class=\"token punctuation\">;<\/span> i <span class=\"token operator\">&lt;<\/span> n<span class=\"token punctuation\">;<\/span> i<span class=\"token operator\">&#043;&#043;<\/span><span class=\"token punctuation\">))<\/span><\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n    <span class=\"token comment\"># \u6bcf\u8f6e\u6392\u5e8f\u540e\u6700\u5927\u7684\u5143\u7d20\u4f1a&#034;\u6d6e&#034;\u5230\u672b\u5c3e&#xff0c;\u6240\u4ee5\u4e0b\u4e00\u8f6e\u53ef\u4ee5\u5c11\u6bd4\u8f83\u4e00\u6b21<\/span><br \/>\n    <span class=\"token keyword\">for<\/span> <span class=\"token variable\"><span class=\"token punctuation\">((<\/span>j <span class=\"token operator\">&#061;<\/span> <span class=\"token number\">0<\/span><span class=\"token punctuation\">;<\/span> j <span class=\"token operator\">&lt;<\/span> n <span class=\"token operator\">&#8211;<\/span> i <span class=\"token operator\">&#8211;<\/span> <span class=\"token number\">1<\/span><span class=\"token punctuation\">;<\/span> j<span class=\"token operator\">&#043;&#043;<\/span><span class=\"token punctuation\">))<\/span><\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">do<\/span><br \/>\n        <span class=\"token comment\"># \u6bd4\u8f83\u76f8\u90bb\u7684\u4e24\u4e2a\u5143\u7d20<\/span><br \/>\n        <span class=\"token keyword\">if<\/span> <span class=\"token punctuation\">[<\/span> <span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j<span class=\"token punctuation\">]<\/span>}<\/span> <span class=\"token parameter variable\">-gt<\/span> <span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j&#043;1<span class=\"token punctuation\">]<\/span>}<\/span> <span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token keyword\">then<\/span><br \/>\n            <span class=\"token comment\"># \u4ea4\u6362\u5143\u7d20<\/span><br \/>\n            <span class=\"token assign-left variable\">temp<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j<span class=\"token punctuation\">]<\/span>}<\/span><br \/>\n            arr<span class=\"token punctuation\">[<\/span>j<span class=\"token punctuation\">]<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>j&#043;1<span class=\"token punctuation\">]<\/span>}<\/span><br \/>\n            arr<span class=\"token punctuation\">[<\/span>j&#043;1<span class=\"token punctuation\">]<\/span><span class=\"token operator\">&#061;<\/span><span class=\"token variable\">$temp<\/span><br \/>\n        <span class=\"token keyword\">fi<\/span><br \/>\n    <span class=\"token keyword\">done<\/span><br \/>\n<span class=\"token keyword\">done<\/span><\/p>\n<p><span class=\"token comment\"># \u8f93\u51fa\u6392\u5e8f\u7ed3\u679c<\/span><br \/>\n<span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u6392\u5e8f\u524d: <span class=\"token variable\">$*<\/span>&#034;<\/span><br \/>\n<span class=\"token builtin class-name\">echo<\/span> <span class=\"token string\">&#034;\u6392\u5e8f\u540e: <span class=\"token variable\">${arr<span class=\"token punctuation\">[<\/span>&#064;<span class=\"token punctuation\">]<\/span>}<\/span>&#034;<\/span><\/p>\n<h3>4\u3001\u7b97\u6cd5\u601d\u8def<\/h3>\n<ul>\n<li>\n<p>\u76f8\u90bb\u4e24\u4e2a\u5143\u7d20\u6bd4\u5927\u5c0f&#xff0c;\u5c0f\u7684\u5143\u7d20\u5de6\u79fb\u4f4d\u7f6e&#xff0c;\u5927\u7684\u5143\u7d20\u53f3\u79fb&#xff0c;&#xff08;\u91cd\u8981&#xff09;<\/p>\n<\/li>\n<li>\n<p>\u5148\u5b9a\u4e49\u6570\u7ec4\u957f\u5ea6&#xff0c;\u5199for\u5faa\u73af&#xff0c;for\u5faa\u73af\u4e2d\u5916\u5c42\u5faa\u73af\u5b9a\u4e49\u4e86\u5192\u6ce1\u6392\u5e8f\u6bd4\u8f83\u7684\u8f6e\u6b21\u6570&#xff0c;\u5185\u5c42for\u5faa\u73af\u4e2d&#xff0c;\u5b9a\u4e49\u4e86\u6bd4\u8f83\u6b21\u6570<\/p>\n<\/li>\n<li>\n<p>\u4e2d\u95f4&#xff0c;\u6570\u7ec4\u7684\u76f8\u90bb\u5143\u7d20\u503c\u7684\u6bd4\u8f83&#xff0c;\u662f\u5b9a\u4e49\u4e00\u4e2a\u53d8\u91cf\u540d&#xff0c;\u5c06\u53f3\u4fa7\u5143\u7d20\u503c\u53d6\u51fa\u6765\u3002\u7136\u540e\u5c06\u5de6\u8fb9\u7684\u5143\u7d20\u503c\u8986\u76d6\u53f3\u8fb9&#xff0c;\u518d\u5c06\u5b9a\u4e49\u7684\u53d8\u91cf\u503c&#xff0c;\u8d4b\u503c\u7ed9\u7b2c\u4e00\u4e2a\u5143\u7d20&#xff0c;\u5b8c\u6210\u6570\u7ec4\u5143\u7d20\u503c\u7684\u4f4d\u7f6e\u4ea4\u6362\u4ea4\u6362 \u6700\u540e\u8f93\u51fa\u6392\u5e8f\u540e\u7684\u6570\u7ec4\u6240\u6709\u5143\u7d20<\/p>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb198\u6b21\u3002\u5192\u6ce1\u6392\u5e8f<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3226,1813,427,5493],"topic":[],"class_list":["post-53960","post","type-post","status-publish","format-standard","hentry","category-server","tag-3226","tag-1813","tag-427","tag-5493"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wsisp.com\/helps\/53960.html\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"og:description\" content=\"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb198\u6b21\u3002\u5192\u6ce1\u6392\u5e8f\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wsisp.com\/helps\/53960.html\" \/>\n<meta property=\"og:site_name\" content=\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-12T12:20:29+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/53960.html\",\"url\":\"https:\/\/www.wsisp.com\/helps\/53960.html\",\"name\":\"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"isPartOf\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\"},\"datePublished\":\"2025-08-12T12:20:29+00:00\",\"dateModified\":\"2025-08-12T12:20:29+00:00\",\"author\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/53960.html#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wsisp.com\/helps\/53960.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/53960.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.wsisp.com\/helps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\",\"url\":\"https:\/\/www.wsisp.com\/helps\/\",\"name\":\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"description\":\"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"contentUrl\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/wp.wsisp.com\"],\"url\":\"https:\/\/www.wsisp.com\/helps\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","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":"https:\/\/www.wsisp.com\/helps\/53960.html","og_locale":"zh_CN","og_type":"article","og_title":"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","og_description":"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb198\u6b21\u3002\u5192\u6ce1\u6392\u5e8f","og_url":"https:\/\/www.wsisp.com\/helps\/53960.html","og_site_name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","article_published_time":"2025-08-12T12:20:29+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"admin","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wsisp.com\/helps\/53960.html","url":"https:\/\/www.wsisp.com\/helps\/53960.html","name":"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","isPartOf":{"@id":"https:\/\/www.wsisp.com\/helps\/#website"},"datePublished":"2025-08-12T12:20:29+00:00","dateModified":"2025-08-12T12:20:29+00:00","author":{"@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41"},"breadcrumb":{"@id":"https:\/\/www.wsisp.com\/helps\/53960.html#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wsisp.com\/helps\/53960.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wsisp.com\/helps\/53960.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.wsisp.com\/helps"},{"@type":"ListItem","position":2,"name":"\u3010shell\u811a\u672c\u7f16\u7a0b\u3011-4 shell\u811a\u672c\u7f16\u5199\u5192\u6ce1\u6392\u5e8f"}]},{"@type":"WebSite","@id":"https:\/\/www.wsisp.com\/helps\/#website","url":"https:\/\/www.wsisp.com\/helps\/","name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","description":"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41","name":"admin","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/","url":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","contentUrl":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","caption":"admin"},"sameAs":["http:\/\/wp.wsisp.com"],"url":"https:\/\/www.wsisp.com\/helps\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/53960","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/comments?post=53960"}],"version-history":[{"count":0,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/53960\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media?parent=53960"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/categories?post=53960"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/tags?post=53960"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/topic?post=53960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}