mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
移除零宽空格
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<ul>
|
||||
<li><code>Day</code> 是集合 <code>{"1st", "2nd", "3rd", "4th", ..., "30th", "31st"}</code> 中的一个元素。</li>
|
||||
<li><code>Month</code> 是集合 <code>{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}</code> 中的一个元素。</li>
|
||||
<li><code>Year</code> 的范围在 <code>[1900, 2100]</code> 之间。</li>
|
||||
<li><code>Year</code> 的范围在 <code>[1900, 2100]</code> 之间。</li>
|
||||
</ul>
|
||||
|
||||
<p>请你将字符串转变为 <code>YYYY-MM-DD</code> 的格式,其中:</p>
|
||||
|
Reference in New Issue
Block a user