{"id":5649,"date":"2023-01-06T11:07:26","date_gmt":"2023-01-06T03:07:26","guid":{"rendered":"https:\/\/badgameshow.com\/steven\/?p=5649"},"modified":"2023-01-06T11:07:26","modified_gmt":"2023-01-06T03:07:26","slug":"1-%e4%ba%86%e8%a7%a3%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8react-js%e4%be%86%e6%aa%a2%e6%9f%a5%e6%99%82%e9%96%93%e6%98%af%e5%90%a6%e6%9c%89%e6%95%88","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/steven\/react-js\/1-%e4%ba%86%e8%a7%a3%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8react-js%e4%be%86%e6%aa%a2%e6%9f%a5%e6%99%82%e9%96%93%e6%98%af%e5%90%a6%e6%9c%89%e6%95%88\/","title":{"rendered":"1.\u4e86\u89e3\u5982\u4f55\u4f7f\u7528React.JS\u4f86\u6aa2\u67e5\u6642\u9593\u662f\u5426\u6709\u6548"},"content":{"rendered":"<p><meta name=\"keywords\" content=\"React.JS, isValidTime\"><\/p>\n<h2>\u4f7f\u7528 React.JS \u4f86\u6aa2\u67e5\u6642\u9593\u662f\u5426\u7b26\u5408<\/h2>\n<p>React.JS \u662f\u4e00\u500b\u7528\u65bc\u69cb\u5efa\u7528\u6236\u754c\u9762\u7684 JavaScript \u5eab\uff0c\u5b83\u53ef\u4ee5\u8b93\u958b\u767c\u8005\u66f4\u8f15\u9b06\u5730\u69cb\u5efa\u9ad8\u6027\u80fd\u7684\u7db2\u9801\u61c9\u7528\u7a0b\u5e8f\u3002\u5728\u672c\u6587\u4e2d\uff0c\u6211\u5011\u5c07\u8a0e\u8ad6\u5982\u4f55\u4f7f\u7528 React.JS \u4f86\u6aa2\u67e5\u6642\u9593\u662f\u5426\u7b26\u5408\u3002<\/p>\n<p><!--more--><\/p>\n<p>React.JS \u63d0\u4f9b\u4e86\u4e00\u500b\u53eb\u505a <code>isValidTime<\/code> \u7684\u51fd\u6578\uff0c\u53ef\u4ee5\u7528\u4f86\u6aa2\u67e5\u6642\u9593\u662f\u5426\u7b26\u5408\u3002\u5b83\u63a5\u53d7\u4e00\u500b\u5b57\u7b26\u4e32\u53c3\u6578\uff0c\u4e26\u8fd4\u56de\u4e00\u500b\u5e03\u723e\u503c\uff0c\u8868\u793a\u6642\u9593\u662f\u5426\u7b26\u5408\u3002<\/p>\n<pre class=\"brush: javascript\">\nfunction isValidTime(timeString) {\n  \/\/ \u6aa2\u67e5\u6642\u9593\u662f\u5426\u7b26\u5408\n  \/\/ \u8fd4\u56de\u5e03\u723e\u503c\n}\n<\/pre>\n<p>\u8981\u4f7f\u7528 <code>isValidTime<\/code> \u51fd\u6578\uff0c\u53ea\u9700\u8981\u50b3\u5165\u4e00\u500b\u5b57\u7b26\u4e32\u53c3\u6578\uff0c\u4e26\u6aa2\u67e5\u5b83\u662f\u5426\u7b26\u5408\u6642\u9593\u683c\u5f0f\u3002\u4f8b\u5982\uff0c\u5982\u679c\u50b3\u5165\u7684\u5b57\u7b26\u4e32\u662f <code>'12:00'<\/code>\uff0c\u5247\u51fd\u6578\u5c07\u8fd4\u56de <code>true<\/code>\uff0c\u8868\u793a\u6642\u9593\u7b26\u5408\u3002<\/p>\n<pre class=\"brush: javascript\">\nlet timeString = '12:00';\nlet isValid = isValidTime(timeString);\n\n\/\/ isValid \u7684\u503c\u70ba true\n<\/pre>\n<p>\u53e6\u4e00\u65b9\u9762\uff0c\u5982\u679c\u50b3\u5165\u7684\u5b57\u7b26\u4e32\u4e0d\u7b26\u5408\u6642\u9593\u683c\u5f0f\uff0c\u5247\u51fd\u6578\u5c07\u8fd4\u56de <code>false<\/code>\uff0c\u8868\u793a\u6642\u9593\u4e0d\u7b26\u5408\u3002<\/p>\n<pre class=\"brush: javascript\">\nlet timeString = '13:00';\nlet isValid = isValidTime(timeString);\n\n\/\/ isValid \u7684\u503c\u70ba false\n<\/pre>\n<p>\u7e3d\u4e4b\uff0c\u4f7f\u7528 React.JS \u4e2d\u7684 <code>isValidTime<\/code> \u51fd\u6578\u53ef\u4ee5\u8f15\u9b06\u5730\u6aa2\u67e5\u6642\u9593\u662f\u5426\u7b26\u5408\u3002\u5b83\u53ef\u4ee5\u8b93\u958b\u767c\u8005\u66f4\u8f15\u9b06\u5730\u69cb\u5efa\u9ad8\u6027\u80fd\u7684\u7db2\u9801\u61c9\u7528\u7a0b\u5e8f\uff0c\u4e26\u78ba\u4fdd\u6642\u9593\u683c\u5f0f\u6b63\u78ba\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>2.\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u4f7f\u7528React.JS\u4f86\u6aa2\u67e5\u6642\u9593\u662f\u5426\u6709\u6548\uff0c\u4e26\u63d0\u4f9b\u4e00\u500b\u7c21\u55ae\u7684\u7bc4\u4f8b\u4f86\u89e3\u91cb\u5982\u4f55\u4f7f\u7528React.JS\u4f86\u6aa2\u67e5\u6642\u9593\u662f\u5426\u6709\u6548\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[184,183],"tags":[182,181],"class_list":["post-5649","post","type-post","status-publish","format-standard","hentry","category-react","category-react-js","tag-react","tag-react-js"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_shortlink":"https:\/\/wp.me\/pcFK27-1t7","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/posts\/5649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/comments?post=5649"}],"version-history":[{"count":1,"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/posts\/5649\/revisions"}],"predecessor-version":[{"id":5650,"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/posts\/5649\/revisions\/5650"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/media?parent=5649"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/categories?post=5649"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/steven\/wp-json\/wp\/v2\/tags?post=5649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}