use urlencoding::encode; let encoded = encode("This string will be URL encoded."); println!("{}", encoded); // This%20string%20will%20be%20URL% ...
確定! 回上一頁