{"id":7561,"date":"2021-03-29T15:05:56","date_gmt":"2021-03-29T13:05:56","guid":{"rendered":"https:\/\/myoceane.fr\/?p=7561"},"modified":"2021-04-08T04:18:15","modified_gmt":"2021-04-08T02:18:15","slug":"escape-characters-basic-operators","status":"publish","type":"post","link":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/","title":{"rendered":"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09"},"content":{"rendered":"<div id=\"fb-root\"><\/div>\n\n<h4 class=\"wp-block-heading\">Escape Characters \u8f49\u7fa9\u5b57\u7b26<\/h4>\n\n\n<table style=\"border-collapse: collapse; width: 100%; height: 738px;\">\n<tbody>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<h6>No.<\/h6>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<h6>Code<\/h6>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\n<h6>Name<\/h6>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\n<h6>Escape Characters<\/h6>\n<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>1<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>\\&#8217;<\/p>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\n<p>\u55ae\u5f15\u865f ( Single Quote )<\/p>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\n<p>\u00a0&#8216;<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>2<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\\\<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u53cd\u659c\u7dda ( Backslash )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\\<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>3<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\n<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u63db\u884c ( New Line )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u63db\u884c<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>4<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\t<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u7a7a\u683c ( Tab )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u7a7a\u683c<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>5<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\b<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u9000\u683c\u9375 ( Backspace )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u53bb\u6389\u7a7a\u683c<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>6<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\ooo<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u516b\u9032\u5236\u503c ( Octal value )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>7<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\xhh<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u5341\u516d\u9032\u5236\u503c ( Hex value )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 82px;\">\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\n<p>8<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center; height: 82px;\">\\f<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u63db\u9801 ( Form Feed )<\/td>\n<td style=\"width: 33.3333%; text-align: center; height: 82px;\">\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<h4 class=\"wp-block-heading\">Basic operators \u57fa\u790e\u904b\u7b97\u5b57\u7b26<\/h4>\n\n\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h6>No.<\/h6>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h6>Operator<\/h6>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\n<h6>Name<\/h6>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\n<h6>Example<\/h6>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>1<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4><strong>+<\/strong><\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u52a0 \uff08 Addition \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">3 <strong>+<\/strong> 5 == 8<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>2<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4><strong>&#8211;<\/strong><\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u6e1b\uff08 Subtraction \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">6 <strong>&#8211;<\/strong> 3 == 3<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>3<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4><strong>*<\/strong><\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u4e58\uff08 Multiplication \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">8 <strong>*<\/strong> 2 == 16<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>4<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4><strong>\/<\/strong><\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u9664\uff08 Division \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">5 <strong>\/<\/strong> 2 == 2.5<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>5<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4>%<\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u76f8\u9664\u4e4b\u5f8c\u7684\u9918\u6578\uff08 Modulus \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">8 <strong>%<\/strong> 3 == 2<br \/>8 <strong>%<\/strong> 2 == 0<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>6<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4>\/\/<\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u76f8\u9664\u4e4b\u5f8c\u7121\u689d\u4ef6\u6368\u53bb\uff08 Floor division \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">10 <strong>\/\/<\/strong> 3 == 3<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 16.6667%; text-align: center;\">\n<p>7<\/p>\n<\/td>\n<td style=\"width: 16.6667%; text-align: center;\">\n<h4>**<\/h4>\n<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">\u6307\u6578\uff08 Exponential \uff09<\/td>\n<td style=\"width: 33.3333%; text-align: center;\">2<strong> **<\/strong> 3 == 8<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<p><\/p>\n\n\n<p>1.\u55ae\u5f15\u865f<\/p>\n<pre class=\"lang:python\">txt = 'C\\'est bon.'\nprint(txt)<\/pre>\n<pre class=\"lang:python\">C'est bon.<\/pre>\n<p>\u00a0<\/p>\n<p>2. \u53cd\u659c\u7dda ( Backslash )<\/p>\n<pre class=\"lang:python\">txt = \"\\\\ Coucou \\\\.\"\nprint(txt)<\/pre>\n<pre class=\"lang:python\">\\ Coucou \\.<\/pre>\n<p>\u00a0<\/p>\n<p>3. \u63db\u884c ( New Line )<\/p>\n<pre class=\"lang:python\">txt = \"Bonjour\\nOceane!\"\nprint(txt)<\/pre>\n<pre class=\"lang:python\">Bonjour\nOceane!<\/pre>\n<p>\u00a0<\/p>\n<p>4. \u7a7a\u683c ( Tab )<\/p>\n<pre class=\"lang:python\">txt = \"Bonjour\\tOceane!\"\nprint(txt)<\/pre>\n<pre class=\"lang:python\">Bonjour\tOceane!<\/pre>\n<p>\u00a0<\/p>\n<p>5. \u9000\u683c\u9375 ( Backspace )<\/p>\n<pre class=\"lang:python\">txt = \"Bonjour \\bOceane!\"\nprint(txt)<\/pre>\n<pre class=\"lang:python\">Bonjour \bOceane!<\/pre>\n<p>\u00a0<\/p>\n<p>6. \u516b\u9032\u5236\u503c ( Octal value )<\/p>\n<pre class=\"lang:python\">txt = \"\\102\\157\\156\\152\\157\\165\\162\"\nprint(txt)<\/pre>\n<pre class=\"lang:python\">Bonjour<\/pre>\n<p>\u00a0<\/p>\n<p>7. \u5341\u516d\u9032\u5236\u503c ( Hex value )\uff1a\u8f38\u5165 Hex value \u9700\u8981\u52a0\u4e0a <span style=\"color: #ff0000;\">x<\/span><\/p>\n<pre class=\"lang:python\">txt = \"\\x42\\x6F\\x6E\\x6A\\x6F\\x75\\x72\"\nprint(txt)<\/pre>\n<pre class=\"lang:python\">Bonjour<\/pre>\n<p>\u00a0<\/p>\n<p>\u8a3b\uff1aOctal value \u548c Hex value \u5c0d\u7167\u8868\uff1a<a href=\"https:\/\/www.sciencebuddies.org\/science-fair-projects\/references\/ascii-table\">https:\/\/www.sciencebuddies.org\/science-fair-projects\/references\/ascii-table<\/a><\/p>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a \\&#8217; \u55ae\u5f15\u865f\uff0c\\\\ \u53cd\u659c\u7dda\uff0c\\n \u63db\u884c\uff0c\\t \u7a7a\u683c\uff0c\\b \u9000\u683c\u9375\uff0c\\ooo \u516b\u9032\u5236\u503c\uff0c\\xhh \u5341\u516d\u9032\u5236\u503c\uff0c\\f \u63db\u9801<\/p>\n","protected":false},"author":3,"featured_media":7624,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14,176],"tags":[1248,1250,1229,1227,1228,1249],"class_list":["post-7561","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-it-technology","category-python","tag-basic","tag-basic-operators","tag-characters","tag-escape","tag-escape-characters","tag-operators"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09 - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane<\/title>\n<meta name=\"description\" content=\"8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a &#039; \u55ae\u5f15\u865f\uff0c\\ \u53cd\u659c\u7dda\uff0cn \u63db\u884c\uff0ct \u7a7a\u683c\uff0cb \u9000\u683c\u9375\uff0cooo \u516b\u9032\u5236\u503c\uff0cxhh \u5341\u516d\u9032\u5236\u503c\uff0cf \u63db\u9801\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09 - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"og:description\" content=\"8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a &#039; \u55ae\u5f15\u865f\uff0c\\ \u53cd\u659c\u7dda\uff0cn \u63db\u884c\uff0ct \u7a7a\u683c\uff0cb \u9000\u683c\u9375\uff0cooo \u516b\u9032\u5236\u503c\uff0cxhh \u5341\u516d\u9032\u5236\u503c\uff0cf \u63db\u9801\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\" \/>\n<meta property=\"og:site_name\" content=\"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-29T13:05:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-08T02:18:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u6ab8\u6aac\u5abd\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6ab8\u6aac\u5abd\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\"},\"author\":{\"name\":\"\u6ab8\u6aac\u5abd\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4131a9a9e8a1517447647089109fe4f3\"},\"headline\":\"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09\",\"datePublished\":\"2021-03-29T13:05:56+00:00\",\"dateModified\":\"2021-04-08T02:18:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\"},\"wordCount\":70,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"image\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg\",\"keywords\":[\"Basic\",\"Basic operators\",\"characters\",\"escape\",\"escape characters\",\"operators\"],\"articleSection\":[\"IT Technology\",\"Python\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\",\"url\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\",\"name\":\"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09 - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane\",\"isPartOf\":{\"@id\":\"https:\/\/myoceane.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg\",\"datePublished\":\"2021-03-29T13:05:56+00:00\",\"dateModified\":\"2021-04-08T02:18:15+00:00\",\"description\":\"8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a \\\\' \u55ae\u5f15\u865f\uff0c\\\\\\\\ \u53cd\u659c\u7dda\uff0c\\\\n \u63db\u884c\uff0c\\\\t \u7a7a\u683c\uff0c\\\\b \u9000\u683c\u9375\uff0c\\\\ooo \u516b\u9032\u5236\u503c\uff0c\\\\xhh \u5341\u516d\u9032\u5236\u503c\uff0c\\\\f \u63db\u9801\",\"breadcrumb\":{\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage\",\"url\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg\",\"contentUrl\":\"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg\",\"width\":1200,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/myoceane.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/myoceane.fr\/#website\",\"url\":\"https:\/\/myoceane.fr\/\",\"name\":\"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a\",\"description\":\"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology\",\"publisher\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/myoceane.fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b\",\"name\":\"\u6ab8\u6aac\u7238\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g\",\"caption\":\"\u6ab8\u6aac\u7238\"},\"logo\":{\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/4131a9a9e8a1517447647089109fe4f3\",\"name\":\"\u6ab8\u6aac\u5abd\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/myoceane.fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cf16944a7cf34c4bed48684016e7de5a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cf16944a7cf34c4bed48684016e7de5a?s=96&d=mm&r=g\",\"caption\":\"\u6ab8\u6aac\u5abd\"},\"url\":\"https:\/\/myoceane.fr\/index.php\/author\/anataliechougmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09 - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","description":"8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a ' \u55ae\u5f15\u865f\uff0c\\ \u53cd\u659c\u7dda\uff0cn \u63db\u884c\uff0ct \u7a7a\u683c\uff0cb \u9000\u683c\u9375\uff0cooo \u516b\u9032\u5236\u503c\uff0cxhh \u5341\u516d\u9032\u5236\u503c\uff0cf \u63db\u9801","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:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/","og_locale":"en_US","og_type":"article","og_title":"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09 - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","og_description":"8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a ' \u55ae\u5f15\u865f\uff0c\\ \u53cd\u659c\u7dda\uff0cn \u63db\u884c\uff0ct \u7a7a\u683c\uff0cb \u9000\u683c\u9375\uff0cooo \u516b\u9032\u5236\u503c\uff0cxhh \u5341\u516d\u9032\u5236\u503c\uff0cf \u63db\u9801","og_url":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/","og_site_name":"\u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","article_published_time":"2021-03-29T13:05:56+00:00","article_modified_time":"2021-04-08T02:18:15+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg","type":"image\/jpeg"}],"author":"\u6ab8\u6aac\u5abd","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u6ab8\u6aac\u5abd","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#article","isPartOf":{"@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/"},"author":{"name":"\u6ab8\u6aac\u5abd","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4131a9a9e8a1517447647089109fe4f3"},"headline":"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09","datePublished":"2021-03-29T13:05:56+00:00","dateModified":"2021-04-08T02:18:15+00:00","mainEntityOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/"},"wordCount":70,"commentCount":0,"publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"image":{"@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage"},"thumbnailUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg","keywords":["Basic","Basic operators","characters","escape","escape characters","operators"],"articleSection":["IT Technology","Python"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/","url":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/","name":"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09 - \u60f3\u65b9\u6d89\u6cd5 - \u91cf\u74f6\u5916\u7684\u5929\u7a7a M-Y-Oceane","isPartOf":{"@id":"https:\/\/myoceane.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage"},"image":{"@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage"},"thumbnailUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg","datePublished":"2021-03-29T13:05:56+00:00","dateModified":"2021-04-08T02:18:15+00:00","description":"8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters )\uff1a \\' \u55ae\u5f15\u865f\uff0c\\\\ \u53cd\u659c\u7dda\uff0c\\n \u63db\u884c\uff0c\\t \u7a7a\u683c\uff0c\\b \u9000\u683c\u9375\uff0c\\ooo \u516b\u9032\u5236\u503c\uff0c\\xhh \u5341\u516d\u9032\u5236\u503c\uff0c\\f \u63db\u9801","breadcrumb":{"@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#primaryimage","url":"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg","contentUrl":"https:\/\/myoceane.fr\/wp-content\/uploads\/2021\/04\/escape-characters-basic-operators.jpg","width":1200,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/myoceane.fr\/index.php\/escape-characters-basic-operators\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myoceane.fr\/"},{"@type":"ListItem","position":2,"name":"[Python\u521d\u5b78\u8005] 8\u7a2e\u8f49\u7fa9\u5b57\u7b26 ( Escape Characters ) + 7\u7a2e\u57fa\u790e\u904b\u7b97\u5b57\u7b26\uff08 Basic operators \uff09"}]},{"@type":"WebSite","@id":"https:\/\/myoceane.fr\/#website","url":"https:\/\/myoceane.fr\/","name":"M-Y-Oceane \u60f3\u65b9\u6d89\u6cd5\u3002\u91cf\u74f6\u5916\u7684\u5929\u7a7a","description":"\u60f3\u65b9\u6d89\u6cd5, France, Taiwan, Health, Information Technology","publisher":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myoceane.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4a4552fb8c27693083d465e12db7658b","name":"\u6ab8\u6aac\u7238","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6cc678684664f8ad45a8d56a6630b183?s=96&d=mm&r=g","caption":"\u6ab8\u6aac\u7238"},"logo":{"@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/4131a9a9e8a1517447647089109fe4f3","name":"\u6ab8\u6aac\u5abd","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/myoceane.fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cf16944a7cf34c4bed48684016e7de5a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf16944a7cf34c4bed48684016e7de5a?s=96&d=mm&r=g","caption":"\u6ab8\u6aac\u5abd"},"url":"https:\/\/myoceane.fr\/index.php\/author\/anataliechougmail-com\/"}]}},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/7561","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/comments?post=7561"}],"version-history":[{"count":13,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/7561\/revisions"}],"predecessor-version":[{"id":7625,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/posts\/7561\/revisions\/7625"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media\/7624"}],"wp:attachment":[{"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/media?parent=7561"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/categories?post=7561"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myoceane.fr\/index.php\/wp-json\/wp\/v2\/tags?post=7561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}