1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-12-21 03:13:45 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2025-09-29 14:43:44 +08:00
parent 2862a227c4
commit 13f2098086
4409 changed files with 168933 additions and 166256 deletions

View File

@@ -19,7 +19,7 @@ user_id 是该表的主键(具有唯一值的列)。
<p>一个有效的电子邮件具有前缀名称和域,其中:</p>
<ol>
<li>&nbsp;<strong>前缀</strong> 名称是一个字符串,可以包含字母(大写或小写),数字,下划线 <code>'_'</code> ,点 <code>'.'</code>/或破折号 <code>'-'</code> 。前缀名称 <strong>必须</strong> 以字母开头。</li>
<li>&nbsp;<strong>前缀</strong> 名称是一个字符串,可以包含字母(大写或小写),数字,下划线 <code>'_'</code> ,点 <code>'.'</code>(或)破折号 <code>'-'</code> 。前缀名称 <strong>必须</strong> 以字母开头。</li>
<li><strong></strong><code>'@leetcode.com'</code></li>
</ol>