< 返回我的博客

rdigua 发表于 2019-12-28 15:02

Tags:strings


    let s = "height=\"29\" width=\"459\"><a href=\"(.+?)\" target=\"_blank";

    let s1 = r#"height="29" width="459"><a href="(.+?)" target="_blank"#;

    println!("{}",s==s1);

//true

评论区

写评论
Nalleyer 2019-12-28 17:13

我来加个分号测试一下

    let s = "height=\"29\" width=\"459\"><a href=\"(.+?)\" target=\"_blank";

    let s1 = r#"height="29" width="459"><a href="(.+?)" target="_blank"#;

    println!("{}",s==s1);

对以下内容的回复:

Nalleyer 2019-12-28 17:12

这着色。。。暴露了论坛markdown的问题

1 共 2 条评论, 1 页