pub fn validate_comment_url(url: &str) -> Result<(), String>
校验评论作者网址:为空时允许,非空时必须以 http:// 或 https:// 开头、 不含 HTML 特殊字符与空白,且不超过 200 字符。