mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-21 03:13:45 +08:00
update
This commit is contained in:
@@ -19,7 +19,7 @@ user_id 是该表的主键(具有唯一值的列)。
|
||||
<p>一个有效的电子邮件具有前缀名称和域,其中:</p>
|
||||
|
||||
<ol>
|
||||
<li> <strong>前缀</strong> 名称是一个字符串,可以包含字母(大写或小写),数字,下划线 <code>'_'</code> ,点 <code>'.'</code> 和/或破折号 <code>'-'</code> 。前缀名称 <strong>必须</strong> 以字母开头。</li>
|
||||
<li> <strong>前缀</strong> 名称是一个字符串,可以包含字母(大写或小写),数字,下划线 <code>'_'</code> ,点 <code>'.'</code> 和(或)破折号 <code>'-'</code> 。前缀名称 <strong>必须</strong> 以字母开头。</li>
|
||||
<li><strong>域</strong> 为 <code>'@leetcode.com'</code> 。</li>
|
||||
</ol>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user